Html Css Color HEX #B31BAB Deep Magenta

📋 copy color: '#B31BAB'

red 179 ◦ green 27 ◦ blue 171

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

Shades of Deep Magenta #B31BAB

Tints of Deep Magenta #B31BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 47.48%
G = 7.16%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B31BAB (or 0xB31BAB) is known color: Deep Magenta. HEX triplet: B3, 1B and AB. RGB value is (179,27,171). Sum of RGB (Red+Green+Blue) = 179+27+171=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B31BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31BAB is #4CE454. Grayscale: #585858. Windows color (decimal): -5039189 or 11213747. OLE color: 11213747.

HSL color Cylindrical-coordinate representation of color #B31BAB: hue angle of 303.16º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31BAB is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 27 171 -
CMYK 0 0.85 0.04 0.30
HSL 303.16º 0.74% 0.4% -
HSV(B) 303.16º 0.85% 0.7% -
XYZ 26.33 13.31 39.71 -
YUV 88.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 179 27 171 0 0.85 0.04 0.30 303.16 0.74 0.4
Hex B3 1B AB 0 55 4 1E 12F 4A 28
Octal 263 33 253 0 125 4 36 457 112 50
Binary 10110011 11011 10101011 0 1010101 100 11110 100101111 1001010 101000

Color Harmonies of #B31BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BAB

Black with #B31BAB

Text Example


Text Example

White with #B31BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BAB; }

 p { color: rgb(179,27,171); }

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

background-color css

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

 a { background-color: rgb(179,27,171); }

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

border-color css

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

 span { border-color: rgb(179,27,171); }

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