Html Css Color HEX #B310DB Dark Violet

📋 copy color: '#B310DB'

red 179 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #B310DB

Tints of Dark Violet #B310DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

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

R = 43.24%
G = 3.86%
B = 52.9%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B310DB (or 0xB310DB) is known color: Dark Violet. HEX triplet: B3, 10 and DB. RGB value is (179,16,219). Sum of RGB (Red+Green+Blue) = 179+16+219=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #B310DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310DB is #4CEF24. Grayscale: #575757. Windows color (decimal): -5041957 or 14356659. OLE color: 14356659.

HSL color Cylindrical-coordinate representation of color #B310DB: hue angle of 288.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B310DB is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 16 219 -
CMYK 0.18 0.93 0 0.14
HSL 288.18º 0.86% 0.46% -
HSV(B) 288.18º 0.93% 0.86% -
XYZ 31.56 15.07 68.26 -
YUV 87.88 202 192.99 -
System Red Green Blue C M Y K H S L
Decimal 179 16 219 0.18 0.93 0 0.14 288.18 0.86 0.46
Hex B3 10 DB 12 5D 0 E 120 56 2E
Octal 263 20 333 22 135 0 16 440 126 56
Binary 10110011 10000 11011011 10010 1011101 0 1110 100100000 1010110 101110

Color Harmonies of #B310DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310DB

Black with #B310DB

Text Example


Text Example

White with #B310DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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