Html Css Color HEX #B111E0 Dark Violet

📋 copy color: '#B111E0'

red 177 ◦ green 17 ◦ blue 224

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

Shades of Dark Violet #B111E0

Tints of Dark Violet #B111E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.59%

R = 42.34%
G = 4.07%
B = 53.59%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B111E0 (or 0xB111E0) is known color: Dark Violet. HEX triplet: B1, 11 and E0. RGB value is (177,17,224). Sum of RGB (Red+Green+Blue) = 177+17+224=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #B111E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111E0 is #4EEE1F. Grayscale: #575757. Windows color (decimal): -5172768 or 14684593. OLE color: 14684593.

HSL color Cylindrical-coordinate representation of color #B111E0: hue angle of 286.38º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B111E0 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 17 224 -
CMYK 0.21 0.92 0 0.12
HSL 286.38º 0.86% 0.47% -
HSV(B) 286.38º 0.92% 0.88% -
XYZ 31.79 15.13 71.77 -
YUV 88.44 204.51 191.17 -
System Red Green Blue C M Y K H S L
Decimal 177 17 224 0.21 0.92 0 0.12 286.38 0.86 0.47
Hex B1 11 E0 15 5C 0 C 11E 56 2F
Octal 261 21 340 25 134 0 14 436 126 57
Binary 10110001 10001 11100000 10101 1011100 0 1100 100011110 1010110 101111

Color Harmonies of #B111E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111E0

Black with #B111E0

Text Example


Text Example

White with #B111E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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