Html Css Color HEX #B111D9 Dark Violet

📋 copy color: '#B111D9'

red 177 ◦ green 17 ◦ blue 217

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

Shades of Dark Violet #B111D9

Tints of Dark Violet #B111D9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.14%

 BLUE value IS 217 (85.16% from 255) = 52.8%

R = 43.07%
G = 4.14%
B = 52.8%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B111D9 (or 0xB111D9) is known color: Dark Violet. HEX triplet: B1, 11 and D9. RGB value is (177,17,217). Sum of RGB (Red+Green+Blue) = 177+17+217=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #B111D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111D9 is #4EEE26. Grayscale: #575757. Windows color (decimal): -5172775 or 14225841. OLE color: 14225841.

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

Color convert

RGB 177 17 217 -
CMYK 0.18 0.92 0 0.15
HSL 288º 0.85% 0.46% -
HSV(B) 288º 0.92% 0.85% -
XYZ 30.86 14.76 66.87 -
YUV 87.64 201.01 191.74 -
System Red Green Blue C M Y K H S L
Decimal 177 17 217 0.18 0.92 0 0.15 288 0.85 0.46
Hex B1 11 D9 12 5C 0 F 120 55 2E
Octal 261 21 331 22 134 0 17 440 125 56
Binary 10110001 10001 11011001 10010 1011100 0 1111 100100000 1010101 101110

Color Harmonies of #B111D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111D9

Black with #B111D9

Text Example


Text Example

White with #B111D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111D9; }

 p { color: rgb(177,17,217); }

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

background-color css

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

 a { background-color: rgb(177,17,217); }

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

border-color css

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

 span { border-color: rgb(177,17,217); }

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