#B32BD0

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

Shades of Dark Orchid #B32BD0

Tints of Dark Orchid #B32BD0

Color information

#B32BD0 (or 0xB32BD0) is unknown color: approx Dark Orchid. HEX triplet: B3, 2B and D0. RGB value is (179,43,208). Sum of RGB (Red+Green+Blue) = 179+43+208=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #B32BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BD0 is #4CD42F. Grayscale: #656565. Windows color (decimal): -5035056 or 13642675. OLE color: 13642675.

HSL color Cylindrical-coordinate representation of color #B32BD0: hue angle of 289.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32BD0 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17943208-
CMYK0.140.7900.18
HSL289.45º65.74%49.22%-
HSV(B)289.45º79.33%81.57%-
XYZ30.8415.8761.11-
YUV102.47187.56182.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 43 (17.19% from 255) = 10%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=41.63%
G=10%
B=48.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179432080.140.7900.18289.4565.7449.22
HexB32BD0E4F0121214231
Octal263533201611702244110261
Binary1011001110101111010000111010011110100101001000011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32BD0; }

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

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

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

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

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

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

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

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