#B32DC4

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

Shades of Dark Orchid #B32DC4

Tints of Dark Orchid #B32DC4

Color information

#B32DC4 (or 0xB32DC4) is unknown color: approx Dark Orchid. HEX triplet: B3, 2D and C4. RGB value is (179,45,196). Sum of RGB (Red+Green+Blue) = 179+45+196=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #B32DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DC4 is #4CD23B. Grayscale: #656565. Windows color (decimal): -5034556 or 12856755. OLE color: 12856755.

HSL color Cylindrical-coordinate representation of color #B32DC4: hue angle of 293.25º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32DC4 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17945196-
CMYK0.090.7700.23
HSL293.25º62.66%47.25%-
HSV(B)293.25º77.04%76.86%-
XYZ29.4915.4553.65-
YUV102.28180.89182.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 196 (76.95% from 255) = 46.67%
R=42.62%
G=10.71%
B=46.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179451960.090.7700.23293.2562.6647.25
HexB32DC494D0171253f2f
Octal26355304111150274457757
Binary101100111011011100010010011001101010111100100101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32DC4; }

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

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

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

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

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

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

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

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