#B332C2

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

Shades of Dark Orchid #B332C2

Tints of Dark Orchid #B332C2

Color information

#B332C2 (or 0xB332C2) is unknown color: approx Dark Orchid. HEX triplet: B3, 32 and C2. RGB value is (179,50,194). Sum of RGB (Red+Green+Blue) = 179+50+194=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #B332C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332C2 is #4CCD3D. Grayscale: #686868. Windows color (decimal): -5033278 or 12726963. OLE color: 12726963.

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

Color convert

RGB17950194-
CMYK0.080.7400.24
HSL293.75º59.02%47.84%-
HSV(B)293.75º74.23%76.08%-
XYZ29.4715.7652.53-
YUV104.99178.24180.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 50 (19.92% from 255) = 11.82%
BLUE value IS 194 (76.17% from 255) = 45.86%
R=42.32%
G=11.82%
B=45.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179501940.080.7400.24293.7559.0247.84
HexB332C284A0181263b30
Octal26362302101120304467360
Binary101100111100101100001010001001010011000100100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B332C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B332C2; }

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

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

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

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

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

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

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

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