#B32BBD

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

Shades of Dark Orchid #B32BBD

Tints of Dark Orchid #B32BBD

Color information

#B32BBD (or 0xB32BBD) is unknown color: approx Dark Orchid. HEX triplet: B3, 2B and BD. RGB value is (179,43,189). Sum of RGB (Red+Green+Blue) = 179+43+189=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #B32BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BBD is #4CD442. Grayscale: #636363. Windows color (decimal): -5035075 or 12397491. OLE color: 12397491.

HSL color Cylindrical-coordinate representation of color #B32BBD: hue angle of 295.89º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32BBD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17943189-
CMYK0.050.7700.26
HSL295.89º62.93%45.49%-
HSV(B)295.89º77.25%74.12%-
XYZ28.6414.9949.53-
YUV100.31178.06184.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 43 (17.19% from 255) = 10.46%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=43.55%
G=10.46%
B=45.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179431890.050.7700.26295.8962.9345.49
HexB32BBD54D01A1283f2d
Octal2635327551150324507755
Binary10110011101011101111011011001101011010100101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32BBD; }

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

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

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

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

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

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

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

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