Html Css Color HEX #B31CAB Deep Magenta

📋 copy color: '#B31CAB'

red 179 ◦ green 28 ◦ blue 171

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

Shades of Deep Magenta #B31CAB

Tints of Deep Magenta #B31CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.41%

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

R = 47.35%
G = 7.41%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B31CAB (or 0xB31CAB) is known color: Deep Magenta. HEX triplet: B3, 1C and AB. RGB value is (179,28,171). Sum of RGB (Red+Green+Blue) = 179+28+171=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B31CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31CAB is #4CE354. Grayscale: #595959. Windows color (decimal): -5038933 or 11214003. OLE color: 11214003.

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

Color convert

RGB 179 28 171 -
CMYK 0 0.84 0.04 0.30
HSL 303.18º 0.73% 0.41% -
HSV(B) 303.18º 0.84% 0.7% -
XYZ 26.36 13.35 39.72 -
YUV 89.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 179 28 171 0 0.84 0.04 0.30 303.18 0.73 0.41
Hex B3 1C AB 0 54 4 1E 12F 49 29
Octal 263 34 253 0 124 4 36 457 111 51
Binary 10110011 11100 10101011 0 1010100 100 11110 100101111 1001001 101001

Color Harmonies of #B31CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CAB

Black with #B31CAB

Text Example


Text Example

White with #B31CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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