Html Css Color HEX #B311BD Deep Magenta

📋 copy color: '#B311BD'

red 179 ◦ green 17 ◦ blue 189

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

Shades of Deep Magenta #B311BD

Tints of Deep Magenta #B311BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 46.49%
G = 4.42%
B = 49.09%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B311BD (or 0xB311BD) is known color: Deep Magenta. HEX triplet: B3, 11 and BD. RGB value is (179,17,189). Sum of RGB (Red+Green+Blue) = 179+17+189=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #B311BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311BD is #4CEE42. Grayscale: #545454. Windows color (decimal): -5041731 or 12390835. OLE color: 12390835.

HSL color Cylindrical-coordinate representation of color #B311BD: hue angle of 296.51º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B311BD is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 17 189 -
CMYK 0.05 0.91 0 0.26
HSL 296.51º 0.83% 0.4% -
HSV(B) 296.51º 0.91% 0.74% -
XYZ 27.98 13.66 49.31 -
YUV 85.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 179 17 189 0.05 0.91 0 0.26 296.51 0.83 0.4
Hex B3 11 BD 5 5B 0 1A 129 53 28
Octal 263 21 275 5 133 0 32 451 123 50
Binary 10110011 10001 10111101 101 1011011 0 11010 100101001 1010011 101000

Color Harmonies of #B311BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B311BD

Black with #B311BD

Text Example


Text Example

White with #B311BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B311BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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