#B52DE1

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

Shades of Dark Orchid #B52DE1

Tints of Dark Orchid #B52DE1

Color information

#B52DE1 (or 0xB52DE1) is unknown color: approx Dark Orchid. HEX triplet: B5, 2D and E1. RGB value is (181,45,225). Sum of RGB (Red+Green+Blue) = 181+45+225=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #B52DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DE1 is #4AD21E. Grayscale: #696969. Windows color (decimal): -4903455 or 14757301. OLE color: 14757301.

HSL color Cylindrical-coordinate representation of color #B52DE1: hue angle of 285.33º degrees, saturation: 0.75, 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 #B52DE1 is Cyan = 0.20, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18145225-
CMYK0.200.800.12
HSL285.33º75%52.94%-
HSV(B)285.33º80%88.24%-
XYZ33.5917.1472.77-
YUV106.18195.06181.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 45 (17.97% from 255) = 9.98%
BLUE value IS 225 (88.28% from 255) = 49.89%
R=40.13%
G=9.98%
B=49.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181452250.200.800.12285.337552.94
HexB52DE114500C11d4b35
Octal265553412412001443511365
Binary1011010110110111100001101001010000011001000111011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52DE1; }

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

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

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

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

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

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

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

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