Html Css Color HEX #B011C2 Deep Magenta

📋 copy color: '#B011C2'

red 176 ◦ green 17 ◦ blue 194

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

Shades of Deep Magenta #B011C2

Tints of Deep Magenta #B011C2

RGB

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

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

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

R = 45.48%
G = 4.39%
B = 50.13%

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

#B011C2 (or 0xB011C2) is known color: Deep Magenta. HEX triplet: B0, 11 and C2. RGB value is (176,17,194). Sum of RGB (Red+Green+Blue) = 176+17+194=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #B011C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011C2 is #4FEE3D. Grayscale: #545454. Windows color (decimal): -5238334 or 12718512. OLE color: 12718512.

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

Color convert

RGB 176 17 194 -
CMYK 0.09 0.91 0 0.24
HSL 293.9º 0.84% 0.41% -
HSV(B) 293.9º 0.91% 0.76% -
XYZ 27.84 13.53 52.18 -
YUV 84.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 176 17 194 0.09 0.91 0 0.24 293.9 0.84 0.41
Hex B0 11 C2 9 5B 0 18 126 54 29
Octal 260 21 302 11 133 0 30 446 124 51
Binary 10110000 10001 11000010 1001 1011011 0 11000 100100110 1010100 101001

Color Harmonies of #B011C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011C2

Black with #B011C2

Text Example


Text Example

White with #B011C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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