Html Css Color HEX #B314DB Dark Violet

📋 copy color: '#B314DB'

red 179 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #B314DB

Tints of Dark Violet #B314DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

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

R = 42.82%
G = 4.78%
B = 52.39%

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

#B314DB (or 0xB314DB) is known color: Dark Violet. HEX triplet: B3, 14 and DB. RGB value is (179,20,219). Sum of RGB (Red+Green+Blue) = 179+20+219=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #B314DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314DB is #4CEB24. Grayscale: #595959. Windows color (decimal): -5040933 or 14357683. OLE color: 14357683.

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

Color convert

RGB 179 20 219 -
CMYK 0.18 0.91 0 0.14
HSL 287.94º 0.83% 0.47% -
HSV(B) 287.94º 0.91% 0.86% -
XYZ 31.63 15.2 68.28 -
YUV 90.23 200.68 191.32 -
System Red Green Blue C M Y K H S L
Decimal 179 20 219 0.18 0.91 0 0.14 287.94 0.83 0.47
Hex B3 14 DB 12 5B 0 E 120 53 2F
Octal 263 24 333 22 133 0 16 440 123 57
Binary 10110011 10100 11011011 10010 1011011 0 1110 100100000 1010011 101111

Color Harmonies of #B314DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314DB

Black with #B314DB

Text Example


Text Example

White with #B314DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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