#B32EEA

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

Shades of Dark Orchid #B32EEA

Tints of Dark Orchid #B32EEA

Color information

#B32EEA (or 0xB32EEA) is unknown color: approx Dark Orchid. HEX triplet: B3, 2E and EA. RGB value is (179,46,234). Sum of RGB (Red+Green+Blue) = 179+46+234=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #B32EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32EEA is #4CD115. Grayscale: #6A6A6A. Windows color (decimal): -5034262 or 15347379. OLE color: 15347379.

HSL color Cylindrical-coordinate representation of color #B32EEA: hue angle of 282.45º 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 #B32EEA is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17946234-
CMYK0.240.8000.08
HSL282.45º81.74%54.9%-
HSV(B)282.45º80.34%91.76%-
XYZ34.4217.4879.4-
YUV107.2199.56179.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 46 (18.36% from 255) = 10.02%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=39.00%
G=10.02%
B=50.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal179462340.240.8000.08282.4581.7454.9
HexB32EEA18500811a5237
Octal263563523012001043212267
Binary1011001110111011101010110001010000010001000110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32EEA; }

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

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

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

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

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

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

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

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