#B32ABF

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

Shades of Dark Orchid #B32ABF

Tints of Dark Orchid #B32ABF

Color information

#B32ABF (or 0xB32ABF) is unknown color: approx Dark Orchid. HEX triplet: B3, 2A and BF. RGB value is (179,42,191). Sum of RGB (Red+Green+Blue) = 179+42+191=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #B32ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ABF is #4CD540. Grayscale: #636363. Windows color (decimal): -5035329 or 12528307. OLE color: 12528307.

HSL color Cylindrical-coordinate representation of color #B32ABF: hue angle of 295.17º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32ABF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17942191-
CMYK0.060.7800.25
HSL295.17º63.95%45.69%-
HSV(B)295.17º78.01%74.9%-
XYZ28.821550.67-
YUV99.95179.39184.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 42 (16.80% from 255) = 10.19%
BLUE value IS 191 (75% from 255) = 46.36%
R=43.45%
G=10.19%
B=46.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179421910.060.7800.25295.1763.9545.69
HexB32ABF64E019127402e
Octal26352277611603144710056
Binary101100111010101011111111010011100110011001001111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32ABF; }

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

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

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

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

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

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

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

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