#B52EEA

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

Shades of Dark Orchid #B52EEA

Tints of Dark Orchid #B52EEA

Color information

#B52EEA (or 0xB52EEA) is unknown color: approx Dark Orchid. HEX triplet: B5, 2E and EA. RGB value is (181,46,234). Sum of RGB (Red+Green+Blue) = 181+46+234=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #B52EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52EEA is #4AD115. Grayscale: #6B6B6B. Windows color (decimal): -4903190 or 15347381. OLE color: 15347381.

HSL color Cylindrical-coordinate representation of color #B52EEA: hue angle of 283.09º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52EEA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18146234-
CMYK0.230.8000.08
HSL283.09º81.74%54.9%-
HSV(B)283.09º80.34%91.76%-
XYZ34.8817.7279.42-
YUV107.8199.23180.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 46 (18.36% from 255) = 9.98%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=39.26%
G=9.98%
B=50.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181462340.230.8000.08283.0981.7454.9
HexB52EEA17500811b5237
Octal265563522712001043312267
Binary1011010110111011101010101111010000010001000110111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52EEA; }

 p { color: rgb(181,46,234); }

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

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

 a { background-color: rgb(181,46,234); }

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

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

 span { border-color: rgb(181,46,234); }

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