#B51FD3

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

Shades of Dark Orchid #B51FD3

Tints of Dark Orchid #B51FD3

Color information

#B51FD3 (or 0xB51FD3) is unknown color: approx Dark Orchid. HEX triplet: B5, 1F and D3. RGB value is (181,31,211). Sum of RGB (Red+Green+Blue) = 181+31+211=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #B51FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FD3 is #4AE02C. Grayscale: #5F5F5F. Windows color (decimal): -4907053 or 13836213. OLE color: 13836213.

HSL color Cylindrical-coordinate representation of color #B51FD3: hue angle of 290º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51FD3 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18131211-
CMYK0.140.8500.17
HSL290º74.38%47.45%-
HSV(B)290º85.31%82.75%-
XYZ31.315.5162.97-
YUV96.37192.7188.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 31 (12.5% from 255) = 7.33%
BLUE value IS 211 (82.81% from 255) = 49.88%
R=42.79%
G=7.33%
B=49.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal181312110.140.8500.1729074.3847.45
HexB51FD3E550111224a2f
Octal265373231612502144211257
Binary101101011111111010011111010101010100011001000101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51FD3; }

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

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

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

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

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

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

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

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