#b51fd6

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

Shades of Dark Orchid #B51FD6

Tints of Dark Orchid #B51FD6

Color information

#B51FD6 (or 0xB51FD6) is unknown color: approx Dark Orchid. HEX triplet: B5, 1F and D6. RGB value is (181,31,214). Sum of RGB (Red+Green+Blue) = 181+31+214=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #B51FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FD6 is #4AE029. Grayscale: #606060. Windows color (decimal): -4907050 or 14032821. OLE color: 14032821.

HSL color Cylindrical-coordinate representation of color #B51FD6: hue angle of 289.18º degrees, saturation: 0.75, 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 #B51FD6 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18131214-
CMYK0.150.8600.16
HSL289.18º74.69%48.04%-
HSV(B)289.18º85.51%83.92%-
XYZ31.6815.6664.97-
YUV96.71194.2188.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 31 (12.5% from 255) = 7.28%
BLUE value IS 214 (83.98% from 255) = 50.23%
R=42.49%
G=7.28%
B=50.23%

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
Decimal181312140.150.8600.16289.1874.6948.04
HexB51FD6F560101214b30
Octal265373261712602044111360
Binary101101011111111010110111110101100100001001000011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b51fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b51fd6; }

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

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

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

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

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

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

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

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