Html Css Color HEX #B014DB Dark Violet

📋 copy color: '#B014DB'

red 176 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #B014DB

Tints of Dark Violet #B014DB

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

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

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

R = 42.41%
G = 4.82%
B = 52.77%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B014DB (or 0xB014DB) is known color: Dark Violet. HEX triplet: B0, 14 and DB. RGB value is (176,20,219). Sum of RGB (Red+Green+Blue) = 176+20+219=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #B014DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014DB is #4FEB24. Grayscale: #585858. Windows color (decimal): -5237541 or 14357680. OLE color: 14357680.

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

Color convert

RGB 176 20 219 -
CMYK 0.20 0.91 0 0.14
HSL 287.04º 0.83% 0.47% -
HSV(B) 287.04º 0.91% 0.86% -
XYZ 30.94 14.84 68.25 -
YUV 89.33 201.18 189.82 -
System Red Green Blue C M Y K H S L
Decimal 176 20 219 0.20 0.91 0 0.14 287.04 0.83 0.47
Hex B0 14 DB 14 5B 0 E 11F 53 2F
Octal 260 24 333 24 133 0 16 437 123 57
Binary 10110000 10100 11011011 10100 1011011 0 1110 100011111 1010011 101111

Color Harmonies of #B014DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014DB

Black with #B014DB

Text Example


Text Example

White with #B014DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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