#B332CD

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

Shades of Dark Orchid #B332CD

Tints of Dark Orchid #B332CD

Color information

#B332CD (or 0xB332CD) is unknown color: approx Dark Orchid. HEX triplet: B3, 32 and CD. RGB value is (179,50,205). Sum of RGB (Red+Green+Blue) = 179+50+205=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #B332CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332CD is #4CCD32. Grayscale: #696969. Windows color (decimal): -5033267 or 13447859. OLE color: 13447859.

HSL color Cylindrical-coordinate representation of color #B332CD: hue angle of 289.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B332CD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17950205-
CMYK0.130.7600.20
HSL289.94º60.78%50%-
HSV(B)289.94º75.61%80.39%-
XYZ30.7516.2759.28-
YUV106.24183.74179.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 50 (19.92% from 255) = 11.52%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=41.24%
G=11.52%
B=47.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179502050.130.7600.20289.9460.7850
HexB332CDD4C0141223d32
Octal26362315151140244427562
Binary101100111100101100110111011001100010100100100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B332CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B332CD; }

 p { color: rgb(179,50,205); }

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

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

 a { background-color: rgb(179,50,205); }

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

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

 span { border-color: rgb(179,50,205); }

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