Html Css Color HEX #B313DB Dark Violet

📋 copy color: '#B313DB'

red 179 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #B313DB

Tints of Dark Violet #B313DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 42.93%
G = 4.56%
B = 52.52%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B313DB (or 0xB313DB) is known color: Dark Violet. HEX triplet: B3, 13 and DB. RGB value is (179,19,219). Sum of RGB (Red+Green+Blue) = 179+19+219=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #B313DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313DB is #4CEC24. Grayscale: #595959. Windows color (decimal): -5041189 or 14357427. OLE color: 14357427.

HSL color Cylindrical-coordinate representation of color #B313DB: hue angle of 288º 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 #B313DB is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 19 219 -
CMYK 0.18 0.91 0 0.14
HSL 288º 0.84% 0.47% -
HSV(B) 288º 0.91% 0.86% -
XYZ 31.61 15.16 68.28 -
YUV 89.64 201.01 191.74 -
System Red Green Blue C M Y K H S L
Decimal 179 19 219 0.18 0.91 0 0.14 288 0.84 0.47
Hex B3 13 DB 12 5B 0 E 120 54 2F
Octal 263 23 333 22 133 0 16 440 124 57
Binary 10110011 10011 11011011 10010 1011011 0 1110 100100000 1010100 101111

Color Harmonies of #B313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313DB

Black with #B313DB

Text Example


Text Example

White with #B313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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