#b52de0

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

Shades of Dark Orchid #B52DE0

Tints of Dark Orchid #B52DE0

Color information

#B52DE0 (or 0xB52DE0) is unknown color: approx Dark Orchid. HEX triplet: B5, 2D and E0. RGB value is (181,45,224). Sum of RGB (Red+Green+Blue) = 181+45+224=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #B52DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DE0 is #4AD21F. Grayscale: #696969. Windows color (decimal): -4903456 or 14691765. OLE color: 14691765.

HSL color Cylindrical-coordinate representation of color #B52DE0: hue angle of 285.59º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52DE0 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18145224-
CMYK0.190.8000.12
HSL285.59º74.27%52.75%-
HSV(B)285.59º79.91%87.84%-
XYZ33.4517.0872.06-
YUV106.07194.56181.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 45 (17.97% from 255) = 10%
BLUE value IS 224 (87.89% from 255) = 49.78%
R=40.22%
G=10%
B=49.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181452240.190.8000.12285.5974.2752.75
HexB52DE013500C11e4a35
Octal265553402312001443611265
Binary1011010110110111100000100111010000011001000111101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52de0; }

 p { color: rgb(181,45,224); }

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

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

 a { background-color: rgb(181,45,224); }

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

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

 span { border-color: rgb(181,45,224); }

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