#B441D4

Color #B441D4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B441D4

Tints of Medium Orchid #B441D4

Color information

#B441D4 (or 0xB441D4) is unknown color: approx Medium Orchid. HEX triplet: B4, 41 and D4. RGB value is (180,65,212). Sum of RGB (Red+Green+Blue) = 180+65+212=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #B441D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441D4 is #4BBE2B. Grayscale: #737373. Windows color (decimal): -4963884 or 13910452. OLE color: 13910452.

HSL color Cylindrical-coordinate representation of color #B441D4: hue angle of 286.94º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B441D4 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18065212-
CMYK0.150.6900.17
HSL286.94º63.09%54.31%-
HSV(B)286.94º69.34%83.14%-
XYZ32.618.2464.09-
YUV116.14182.1173.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 65 (25.78% from 255) = 14.22%
BLUE value IS 212 (83.20% from 255) = 46.39%
R=39.39%
G=14.22%
B=46.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal180652120.150.6900.17286.9463.0954.31
HexB441D4F4501111f3f36
Octal264101324171050214377766
Binary1011010010000011101010011111000101010001100011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441D4; }

 p { color: rgb(180,65,212); }

 H1.HeaderClassName
 {
   color: #B441D4;
 }
 .AnyTagClassName
 {
   color: #B441D4;
 }
</style>
background-color css

<style>
 a { background-color: #B441D4; }

 a { background-color: rgb(180,65,212); }

 div.DivClassName
 {
   background-color: #B441D4;
 }
 .BgClassName
 {
   background-color: #B441D4;
 }
</style>
border-color css

<style>
 span { border-color: #B441D4; }

 span { border-color: rgb(180,65,212); }

 td.TdClassName
 {
   border-color: #B441D4;
 }
 .TagClassName
 {
   border-color: #B441D4;
 }
</style>