Html Css Color HEX #B011C4 Deep Magenta

📋 copy color: '#B011C4'

red 176 ◦ green 17 ◦ blue 196

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

Shades of Deep Magenta #B011C4

Tints of Deep Magenta #B011C4

RGB

 RED value IS 176 (69.14% from 255) = 45.24%

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

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

R = 45.24%
G = 4.37%
B = 50.39%

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

#B011C4 (or 0xB011C4) is known color: Deep Magenta. HEX triplet: B0, 11 and C4. RGB value is (176,17,196). Sum of RGB (Red+Green+Blue) = 176+17+196=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #B011C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011C4 is #4FEE3B. Grayscale: #545454. Windows color (decimal): -5238332 or 12849584. OLE color: 12849584.

HSL color Cylindrical-coordinate representation of color #B011C4: hue angle of 293.3º 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 #B011C4 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 17 196 -
CMYK 0.10 0.91 0 0.23
HSL 293.3º 0.84% 0.42% -
HSV(B) 293.3º 0.91% 0.77% -
XYZ 28.07 13.62 53.37 -
YUV 84.95 190.68 192.95 -
System Red Green Blue C M Y K H S L
Decimal 176 17 196 0.10 0.91 0 0.23 293.3 0.84 0.42
Hex B0 11 C4 A 5B 0 17 125 54 2A
Octal 260 21 304 12 133 0 27 445 124 52
Binary 10110000 10001 11000100 1010 1011011 0 10111 100100101 1010100 101010

Color Harmonies of #B011C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011C4

Black with #B011C4

Text Example


Text Example

White with #B011C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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