Html Css Color HEX #B312DE Dark Violet

📋 copy color: '#B312DE'

red 179 ◦ green 18 ◦ blue 222

#B312DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #B312DE

Tints of Dark Violet #B312DE

RGB

 RED value IS 179 (70.31% from 255) = 42.72%

 GREEN value IS 18 (7.42% from 255) = 4.3%

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 42.72%
G = 4.3%
B = 52.98%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B312DE (or 0xB312DE) is known color: 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

RGB 179 18 222 -
CMYK 0.19 0.92 0 0.13
HSL 287.35º 0.85% 0.47% -
HSV(B) 287.35º 0.92% 0.87% -
XYZ 31.99 15.29 70.37 -
YUV 89.4 202.84 191.91 -
System Red Green Blue C M Y K H S L
Decimal 179 18 222 0.19 0.92 0 0.13 287.35 0.85 0.47
Hex B3 12 DE 13 5C 0 D 11F 55 2F
Octal 263 22 336 23 134 0 15 437 125 57
Binary 10110011 10010 11011110 10011 1011100 0 1101 100011111 1010101 101111

Color Harmonies of #B312DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312DE

Black with #B312DE

Text Example


Text Example

White with #B312DE

Text Example


Text Example

HTML Codes & Css Web 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>