Html Css Color HEX #B110D8 Dark Violet

📋 copy color: '#B110D8'

red 177 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #B110D8

Tints of Dark Violet #B110D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.81%

R = 43.28%
G = 3.91%
B = 52.81%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B110D8 (or 0xB110D8) is known color: Dark Violet. HEX triplet: B1, 10 and D8. RGB value is (177,16,216). Sum of RGB (Red+Green+Blue) = 177+16+216=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #B110D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110D8 is #4EEF27. Grayscale: #565656. Windows color (decimal): -5173032 or 14160049. OLE color: 14160049.

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

Color convert

RGB 177 16 216 -
CMYK 0.18 0.93 0 0.15
HSL 288.3º 0.86% 0.45% -
HSV(B) 288.3º 0.93% 0.85% -
XYZ 30.71 14.68 66.18 -
YUV 86.94 200.84 192.24 -
System Red Green Blue C M Y K H S L
Decimal 177 16 216 0.18 0.93 0 0.15 288.3 0.86 0.45
Hex B1 10 D8 12 5D 0 F 120 56 2D
Octal 261 20 330 22 135 0 17 440 126 55
Binary 10110001 10000 11011000 10010 1011101 0 1111 100100000 1010110 101101

Color Harmonies of #B110D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110D8

Black with #B110D8

Text Example


Text Example

White with #B110D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110D8; }

 p { color: rgb(177,16,216); }

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

background-color css

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

 a { background-color: rgb(177,16,216); }

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

border-color css

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

 span { border-color: rgb(177,16,216); }

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