#B32DD6

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

Shades of Dark Orchid #B32DD6

Tints of Dark Orchid #B32DD6

Color information

#B32DD6 (or 0xB32DD6) is unknown color: approx Dark Orchid. HEX triplet: B3, 2D and D6. RGB value is (179,45,214). Sum of RGB (Red+Green+Blue) = 179+45+214=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #B32DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DD6 is #4CD229. Grayscale: #676767. Windows color (decimal): -5034538 or 14036403. OLE color: 14036403.

HSL color Cylindrical-coordinate representation of color #B32DD6: hue angle of 287.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32DD6 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17945214-
CMYK0.160.7900.16
HSL287.57º67.33%50.78%-
HSV(B)287.57º78.97%83.92%-
XYZ31.6716.3265.1-
YUV104.33189.89181.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 45 (17.97% from 255) = 10.27%
BLUE value IS 214 (83.98% from 255) = 48.86%
R=40.87%
G=10.27%
B=48.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179452140.160.7900.16287.5767.3350.78
HexB32DD6104F0101204333
Octal263553262011702044010363
Binary10110011101101110101101000010011110100001001000001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32DD6; }

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

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

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

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

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

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

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

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