#B330C7

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

Shades of Dark Orchid #B330C7

Tints of Dark Orchid #B330C7

Color information

#B330C7 (or 0xB330C7) is unknown color: approx Dark Orchid. HEX triplet: B3, 30 and C7. RGB value is (179,48,199). Sum of RGB (Red+Green+Blue) = 179+48+199=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #B330C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330C7 is #4CCF38. Grayscale: #676767. Windows color (decimal): -5033785 or 13054131. OLE color: 13054131.

HSL color Cylindrical-coordinate representation of color #B330C7: hue angle of 292.05º 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 #B330C7 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17948199-
CMYK0.100.7600.22
HSL292.05º61.13%48.43%-
HSV(B)292.05º75.88%78.04%-
XYZ29.9615.8255.51-
YUV104.38181.4181.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 48 (19.14% from 255) = 11.27%
BLUE value IS 199 (78.12% from 255) = 46.71%
R=42.02%
G=11.27%
B=46.71%

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
Decimal179481990.100.7600.22292.0561.1348.43
HexB330C7A4C0161243d30
Octal26360307121140264447560
Binary101100111100001100011110101001100010110100100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B330C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B330C7; }

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

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

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

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

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

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

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

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