#B32AE4

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

Shades of Dark Orchid #B32AE4

Tints of Dark Orchid #B32AE4

Color information

#B32AE4 (or 0xB32AE4) is unknown color: approx Dark Orchid. HEX triplet: B3, 2A and E4. RGB value is (179,42,228). Sum of RGB (Red+Green+Blue) = 179+42+228=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #B32AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32AE4 is #4CD51B. Grayscale: #676767. Windows color (decimal): -5035292 or 14953139. OLE color: 14953139.

HSL color Cylindrical-coordinate representation of color #B32AE4: hue angle of 284.19º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32AE4 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17942228-
CMYK0.210.8200.11
HSL284.19º77.5%52.94%-
HSV(B)284.19º81.58%89.41%-
XYZ33.4216.8474.89-
YUV104.17197.89181.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 42 (16.80% from 255) = 9.35%
BLUE value IS 228 (89.45% from 255) = 50.78%
R=39.87%
G=9.35%
B=50.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179422280.210.8200.11284.1977.552.94
HexB32AE415520B11c4e35
Octal263523442512201343411665
Binary1011001110101011100100101011010010010111000111001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32AE4; }

 p { color: rgb(179,42,228); }

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

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

 a { background-color: rgb(179,42,228); }

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

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

 span { border-color: rgb(179,42,228); }

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