#B312DE

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

Shades of Dark Violet #B312DE

Tints of Dark Violet #B312DE

Color information

#B312DE (or 0xB312DE) is unknown color: approx Dark Violet. HEX triplet: B3, 12 and DE. RGB value is (179,18,222). Sum of RGB (Red+Green+Blue) = 179+18+222=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #B312DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312DE is #4CED21. Grayscale: #585858. Windows color (decimal): -5041442 or 14553779. OLE color: 14553779.

HSL color Cylindrical-coordinate representation of color #B312DE: hue angle of 287.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B312DE is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17918222-
CMYK0.190.9200.13
HSL287.35º85%47.06%-
HSV(B)287.35º91.89%87.06%-
XYZ31.9915.2970.37-
YUV89.4202.84191.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 18 (7.42% from 255) = 4.30%
BLUE value IS 222 (87.11% from 255) = 52.98%
R=42.72%
G=4.30%
B=52.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179182220.190.9200.13287.358547.06
HexB312DE135C0D11f552f
Octal263223362313401543712557
Binary101100111001011011110100111011100011011000111111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B312DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B312DE; }

 p { color: rgb(179,18,222); }

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

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

 a { background-color: rgb(179,18,222); }

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

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

 span { border-color: rgb(179,18,222); }

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