Html Css Color HEX #B111C2 Deep Magenta

📋 copy color: '#B111C2'

red 177 ◦ green 17 ◦ blue 194

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

Shades of Deep Magenta #B111C2

Tints of Deep Magenta #B111C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50%

R = 45.62%
G = 4.38%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B111C2 (or 0xB111C2) is known color: Deep Magenta. HEX triplet: B1, 11 and C2. RGB value is (177,17,194). Sum of RGB (Red+Green+Blue) = 177+17+194=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #B111C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111C2 is #4EEE3D. Grayscale: #545454. Windows color (decimal): -5172798 or 12718513. OLE color: 12718513.

HSL color Cylindrical-coordinate representation of color #B111C2: hue angle of 294.24º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B111C2 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 17 194 -
CMYK 0.09 0.91 0 0.24
HSL 294.24º 0.84% 0.41% -
HSV(B) 294.24º 0.91% 0.76% -
XYZ 28.07 13.64 52.19 -
YUV 85.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 177 17 194 0.09 0.91 0 0.24 294.24 0.84 0.41
Hex B1 11 C2 9 5B 0 18 126 54 29
Octal 261 21 302 11 133 0 30 446 124 51
Binary 10110001 10001 11000010 1001 1011011 0 11000 100100110 1010100 101001

Color Harmonies of #B111C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111C2

Black with #B111C2

Text Example


Text Example

White with #B111C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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