Html Css Color HEX #B111E1 Dark Violet

📋 copy color: '#B111E1'

red 177 ◦ green 17 ◦ blue 225

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

Shades of Dark Violet #B111E1

Tints of Dark Violet #B111E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.7%

R = 42.24%
G = 4.06%
B = 53.7%

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

#B111E1 (or 0xB111E1) is known color: Dark Violet. HEX triplet: B1, 11 and E1. RGB value is (177,17,225). Sum of RGB (Red+Green+Blue) = 177+17+225=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #B111E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111E1 is #4EEE1E. Grayscale: #575757. Windows color (decimal): -5172767 or 14750129. OLE color: 14750129.

HSL color Cylindrical-coordinate representation of color #B111E1: hue angle of 286.15º 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 #B111E1 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 17 225 -
CMYK 0.21 0.92 0 0.12
HSL 286.15º 0.86% 0.47% -
HSV(B) 286.15º 0.92% 0.88% -
XYZ 31.92 15.18 72.48 -
YUV 88.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 177 17 225 0.21 0.92 0 0.12 286.15 0.86 0.47
Hex B1 11 E1 15 5C 0 C 11E 56 2F
Octal 261 21 341 25 134 0 14 436 126 57
Binary 10110001 10001 11100001 10101 1011100 0 1100 100011110 1010110 101111

Color Harmonies of #B111E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111E1

Black with #B111E1

Text Example


Text Example

White with #B111E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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