#B332CC

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

Shades of Dark Orchid #B332CC

Tints of Dark Orchid #B332CC

Color information

#B332CC (or 0xB332CC) is unknown color: approx Dark Orchid. HEX triplet: B3, 32 and CC. RGB value is (179,50,204). Sum of RGB (Red+Green+Blue) = 179+50+204=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #B332CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332CC is #4CCD33. Grayscale: #696969. Windows color (decimal): -5033268 or 13382323. OLE color: 13382323.

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

Color convert

RGB17950204-
CMYK0.120.7500.2
HSL290.26º60.63%49.8%-
HSV(B)290.26º75.49%80%-
XYZ30.6316.2258.64-
YUV106.13183.24179.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 50 (19.92% from 255) = 11.55%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=41.34%
G=11.55%
B=47.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179502040.120.7500.2290.2660.6349.8
HexB332CCC4B0141223d32
Octal26362314141130244427562
Binary101100111100101100110011001001011010100100100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B332CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B332CC; }

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

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

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

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

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

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

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

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