#B32DC2

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

Shades of Dark Orchid #B32DC2

Tints of Dark Orchid #B32DC2

Color information

#B32DC2 (or 0xB32DC2) is unknown color: approx Dark Orchid. HEX triplet: B3, 2D and C2. RGB value is (179,45,194). Sum of RGB (Red+Green+Blue) = 179+45+194=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #B32DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DC2 is #4CD23D. Grayscale: #656565. Windows color (decimal): -5034558 or 12725683. OLE color: 12725683.

HSL color Cylindrical-coordinate representation of color #B32DC2: hue angle of 293.96º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32DC2 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17945194-
CMYK0.080.7700.24
HSL293.96º62.34%46.86%-
HSV(B)293.96º76.8%76.08%-
XYZ29.2715.3652.46-
YUV102.05179.89182.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 45 (17.97% from 255) = 10.77%
BLUE value IS 194 (76.17% from 255) = 46.41%
R=42.82%
G=10.77%
B=46.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179451940.080.7700.24293.9662.3446.86
HexB32DC284D0181263e2f
Octal26355302101150304467657
Binary101100111011011100001010001001101011000100100110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32DC2; }

 p { color: rgb(179,45,194); }

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

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

 a { background-color: rgb(179,45,194); }

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

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

 span { border-color: rgb(179,45,194); }

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