Html Css Color HEX #B313DC Dark Violet

📋 copy color: '#B313DC'

red 179 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #B313DC

Tints of Dark Violet #B313DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.55%

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 42.82%
G = 4.55%
B = 52.63%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B313DC (or 0xB313DC) is known color: Dark Violet. HEX triplet: B3, 13 and DC. RGB value is (179,19,220). Sum of RGB (Red+Green+Blue) = 179+19+220=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #B313DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313DC is #4CEC23. Grayscale: #595959. Windows color (decimal): -5041188 or 14422963. OLE color: 14422963.

HSL color Cylindrical-coordinate representation of color #B313DC: hue angle of 287.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B313DC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 19 220 -
CMYK 0.19 0.91 0 0.14
HSL 287.76º 0.84% 0.47% -
HSV(B) 287.76º 0.91% 0.86% -
XYZ 31.74 15.22 68.97 -
YUV 89.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 179 19 220 0.19 0.91 0 0.14 287.76 0.84 0.47
Hex B3 13 DC 13 5B 0 E 120 54 2F
Octal 263 23 334 23 133 0 16 440 124 57
Binary 10110011 10011 11011100 10011 1011011 0 1110 100100000 1010100 101111

Color Harmonies of #B313DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313DC

Black with #B313DC

Text Example


Text Example

White with #B313DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313DC; }

 p { color: rgb(179,19,220); }

 H1.HeaderClassName
 {
   color: #B313DC;
 }
 .AnyTagClassName
 {
   color: #B313DC;
 }
</style>

background-color css

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

 a { background-color: rgb(179,19,220); }

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

border-color css

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

 span { border-color: rgb(179,19,220); }

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