Html Css Color HEX #B311B0 Deep Magenta

📋 copy color: '#B311B0'

red 179 ◦ green 17 ◦ blue 176

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

Shades of Deep Magenta #B311B0

Tints of Deep Magenta #B311B0

RGB

 RED value IS 179 (70.31% from 255) = 48.12%

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

 BLUE value IS 176 (69.14% from 255) = 47.31%

R = 48.12%
G = 4.57%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B311B0 (or 0xB311B0) is known color: Deep Magenta. HEX triplet: B3, 11 and B0. RGB value is (179,17,176). Sum of RGB (Red+Green+Blue) = 179+17+176=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B311B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B311B0 is #4CEE4F. Grayscale: #535353. Windows color (decimal): -5041744 or 11538867. OLE color: 11538867.

HSL color Cylindrical-coordinate representation of color #B311B0: hue angle of 301.11º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B311B0 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 176 -
CMYK 0 0.91 0.02 0.30
HSL 301.11º 0.83% 0.38% -
HSV(B) 301.11º 0.91% 0.7% -
XYZ 26.63 13.12 42.2 -
YUV 83.56 180.17 196.07 -
System Red Green Blue C M Y K H S L
Decimal 179 17 176 0 0.91 0.02 0.30 301.11 0.83 0.38
Hex B3 11 B0 0 5B 2 1E 12D 53 26
Octal 263 21 260 0 133 2 36 455 123 46
Binary 10110011 10001 10110000 0 1011011 10 11110 100101101 1010011 100110

Color Harmonies of #B311B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B311B0

Black with #B311B0

Text Example


Text Example

White with #B311B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B311B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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