#B330C6

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

Shades of Dark Orchid #B330C6

Tints of Dark Orchid #B330C6

Color information

#B330C6 (or 0xB330C6) is unknown color: approx Dark Orchid. HEX triplet: B3, 30 and C6. RGB value is (179,48,198). Sum of RGB (Red+Green+Blue) = 179+48+198=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #B330C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330C6 is #4CCF39. Grayscale: #676767. Windows color (decimal): -5033786 or 12988595. OLE color: 12988595.

HSL color Cylindrical-coordinate representation of color #B330C6: hue angle of 292.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B330C6 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17948198-
CMYK0.100.7600.22
HSL292.4º60.98%48.24%-
HSV(B)292.4º75.76%77.65%-
XYZ29.8415.7754.9-
YUV104.27180.9181.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 48 (19.14% from 255) = 11.29%
BLUE value IS 198 (77.73% from 255) = 46.59%
R=42.12%
G=11.29%
B=46.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179481980.100.7600.22292.460.9848.24
HexB330C6A4C0161243d30
Octal26360306121140264447560
Binary101100111100001100011010101001100010110100100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B330C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B330C6; }

 p { color: rgb(179,48,198); }

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

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

 a { background-color: rgb(179,48,198); }

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

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

 span { border-color: rgb(179,48,198); }

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