Html Css Color HEX #B113DB Dark Violet

📋 copy color: '#B113DB'

red 177 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #B113DB

Tints of Dark Violet #B113DB

RGB

 RED value IS 177 (69.53% from 255) = 42.65%

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

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

R = 42.65%
G = 4.58%
B = 52.77%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B113DB (or 0xB113DB) is known color: Dark Violet. HEX triplet: B1, 13 and DB. RGB value is (177,19,219). Sum of RGB (Red+Green+Blue) = 177+19+219=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 19 (7.81% from 255 or 4.58% 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 #B113DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113DB is #4EEC24. Grayscale: #585858. Windows color (decimal): -5172261 or 14357425. OLE color: 14357425.

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

Color convert

RGB 177 19 219 -
CMYK 0.19 0.91 0 0.14
HSL 287.4º 0.84% 0.47% -
HSV(B) 287.4º 0.91% 0.86% -
XYZ 31.15 14.93 68.26 -
YUV 89.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 177 19 219 0.19 0.91 0 0.14 287.4 0.84 0.47
Hex B1 13 DB 13 5B 0 E 11F 54 2F
Octal 261 23 333 23 133 0 16 437 124 57
Binary 10110001 10011 11011011 10011 1011011 0 1110 100011111 1010100 101111

Color Harmonies of #B113DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113DB

Black with #B113DB

Text Example


Text Example

White with #B113DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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