#B52BD6

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

Shades of Dark Orchid #B52BD6

Tints of Dark Orchid #B52BD6

Color information

#B52BD6 (or 0xB52BD6) is unknown color: approx Dark Orchid. HEX triplet: B5, 2B and D6. RGB value is (181,43,214). Sum of RGB (Red+Green+Blue) = 181+43+214=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #B52BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BD6 is #4AD429. Grayscale: #676767. Windows color (decimal): -4903978 or 14035893. OLE color: 14035893.

HSL color Cylindrical-coordinate representation of color #B52BD6: hue angle of 288.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52BD6 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18143214-
CMYK0.150.8000.16
HSL288.42º67.59%50.39%-
HSV(B)288.42º79.91%83.92%-
XYZ32.0616.4165.1-
YUV103.76190.22183.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 43 (17.19% from 255) = 9.82%
BLUE value IS 214 (83.98% from 255) = 48.86%
R=41.32%
G=9.82%
B=48.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181432140.150.8000.16288.4267.5950.39
HexB52BD6F500101204432
Octal265533261712002044010462
Binary1011010110101111010110111110100000100001001000001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52BD6; }

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

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

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

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

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

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

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

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