#B32AC9

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

Shades of Dark Orchid #B32AC9

Tints of Dark Orchid #B32AC9

Color information

#B32AC9 (or 0xB32AC9) is unknown color: approx Dark Orchid. HEX triplet: B3, 2A and C9. RGB value is (179,42,201). Sum of RGB (Red+Green+Blue) = 179+42+201=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #B32AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32AC9 is #4CD536. Grayscale: #646464. Windows color (decimal): -5035319 or 13183667. OLE color: 13183667.

HSL color Cylindrical-coordinate representation of color #B32AC9: hue angle of 291.7º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32AC9 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17942201-
CMYK0.110.7900.21
HSL291.7º65.43%47.65%-
HSV(B)291.7º79.1%78.82%-
XYZ29.9615.4656.66-
YUV101.09184.39183.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 42 (16.80% from 255) = 9.95%
BLUE value IS 201 (78.91% from 255) = 47.63%
R=42.42%
G=9.95%
B=47.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179422010.110.7900.21291.765.4347.65
HexB32AC9B4F0151244130
Octal263523111311702544410160
Binary1011001110101011001001101110011110101011001001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32AC9; }

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

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

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

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

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

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

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

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