#B51DD6

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

Shades of Dark Orchid #B51DD6

Tints of Dark Orchid #B51DD6

Color information

#B51DD6 (or 0xB51DD6) is unknown color: approx Dark Orchid. HEX triplet: B5, 1D and D6. RGB value is (181,29,214). Sum of RGB (Red+Green+Blue) = 181+29+214=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #B51DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DD6 is #4AE229. Grayscale: #5E5E5E. Windows color (decimal): -4907562 or 14032309. OLE color: 14032309.

HSL color Cylindrical-coordinate representation of color #B51DD6: hue angle of 289.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51DD6 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18129214-
CMYK0.150.8600.16
HSL289.3º76.13%47.65%-
HSV(B)289.3º86.45%83.92%-
XYZ31.6315.5664.95-
YUV95.54194.86188.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 29 (11.72% from 255) = 6.84%
BLUE value IS 214 (83.98% from 255) = 50.47%
R=42.69%
G=6.84%
B=50.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181292140.150.8600.16289.376.1347.65
HexB51DD6F560101214c30
Octal265353261712602044111460
Binary101101011110111010110111110101100100001001000011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51DD6; }

 p { color: rgb(181,29,214); }

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

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

 a { background-color: rgb(181,29,214); }

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

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

 span { border-color: rgb(181,29,214); }

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