Html Css Color HEX #B111C4 Deep Magenta

📋 copy color: '#B111C4'

red 177 ◦ green 17 ◦ blue 196

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

Shades of Deep Magenta #B111C4

Tints of Deep Magenta #B111C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.26%

R = 45.38%
G = 4.36%
B = 50.26%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B111C4 (or 0xB111C4) is known color: Deep Magenta. HEX triplet: B1, 11 and C4. RGB value is (177,17,196). Sum of RGB (Red+Green+Blue) = 177+17+196=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #B111C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111C4 is #4EEE3B. Grayscale: #545454. Windows color (decimal): -5172796 or 12849585. OLE color: 12849585.

HSL color Cylindrical-coordinate representation of color #B111C4: hue angle of 293.63º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B111C4 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 17 196 -
CMYK 0.10 0.91 0 0.23
HSL 293.63º 0.84% 0.42% -
HSV(B) 293.63º 0.91% 0.77% -
XYZ 28.3 13.73 53.38 -
YUV 85.25 190.51 193.45 -
System Red Green Blue C M Y K H S L
Decimal 177 17 196 0.10 0.91 0 0.23 293.63 0.84 0.42
Hex B1 11 C4 A 5B 0 17 126 54 2A
Octal 261 21 304 12 133 0 27 446 124 52
Binary 10110001 10001 11000100 1010 1011011 0 10111 100100110 1010100 101010

Color Harmonies of #B111C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111C4

Black with #B111C4

Text Example


Text Example

White with #B111C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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