#B32BD9

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

Shades of Dark Orchid #B32BD9

Tints of Dark Orchid #B32BD9

Color information

#B32BD9 (or 0xB32BD9) is unknown color: approx Dark Orchid. HEX triplet: B3, 2B and D9. RGB value is (179,43,217). Sum of RGB (Red+Green+Blue) = 179+43+217=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #B32BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BD9 is #4CD426. Grayscale: #666666. Windows color (decimal): -5035047 or 14232499. OLE color: 14232499.

HSL color Cylindrical-coordinate representation of color #B32BD9: hue angle of 286.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32BD9 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17943217-
CMYK0.180.8000.15
HSL286.9º69.6%50.98%-
HSV(B)286.9º80.18%85.1%-
XYZ31.9816.3267.11-
YUV103.5192.06181.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 43 (17.19% from 255) = 9.79%
BLUE value IS 217 (85.16% from 255) = 49.43%
R=40.77%
G=9.79%
B=49.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal179432170.180.8000.15286.969.650.98
HexB32BD912500F11f4633
Octal263533312212001743710663
Binary1011001110101111011001100101010000011111000111111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32BD9; }

 p { color: rgb(179,43,217); }

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

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

 a { background-color: rgb(179,43,217); }

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

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

 span { border-color: rgb(179,43,217); }

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