Html Css Color HEX #B316DB Dark Violet

📋 copy color: '#B316DB'

red 179 ◦ green 22 ◦ blue 219

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

Shades of Dark Violet #B316DB

Tints of Dark Violet #B316DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.24%

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

R = 42.62%
G = 5.24%
B = 52.14%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B316DB (or 0xB316DB) is known color: Dark Violet. HEX triplet: B3, 16 and DB. RGB value is (179,22,219). Sum of RGB (Red+Green+Blue) = 179+22+219=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #B316DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316DB is #4CE924. Grayscale: #5A5A5A. Windows color (decimal): -5040421 or 14358195. OLE color: 14358195.

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

Color convert

RGB 179 22 219 -
CMYK 0.18 0.90 0 0.14
HSL 287.82º 0.82% 0.47% -
HSV(B) 287.82º 0.9% 0.86% -
XYZ 31.66 15.27 68.3 -
YUV 91.4 200.01 190.48 -
System Red Green Blue C M Y K H S L
Decimal 179 22 219 0.18 0.90 0 0.14 287.82 0.82 0.47
Hex B3 16 DB 12 5A 0 E 120 52 2F
Octal 263 26 333 22 132 0 16 440 122 57
Binary 10110011 10110 11011011 10010 1011010 0 1110 100100000 1010010 101111

Color Harmonies of #B316DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316DB

Black with #B316DB

Text Example


Text Example

White with #B316DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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