Html Css Color HEX #B50BAB Deep Magenta

📋 copy color: '#B50BAB'

red 181 ◦ green 11 ◦ blue 171

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

Shades of Deep Magenta #B50BAB

Tints of Deep Magenta #B50BAB

RGB

 RED value IS 181 (71.09% from 255) = 49.86%

 GREEN value IS 11 (4.69% from 255) = 3.03%

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

R = 49.86%
G = 3.03%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B50BAB (or 0xB50BAB) is known color: Deep Magenta. HEX triplet: B5, 0B and AB. RGB value is (181,11,171). Sum of RGB (Red+Green+Blue) = 181+11+171=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BAB is #4AF454. Grayscale: #4F4F4F. Windows color (decimal): -4912213 or 11209653. OLE color: 11209653.

HSL color Cylindrical-coordinate representation of color #B50BAB: hue angle of 303.53º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50BAB is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 171 -
CMYK 0 0.94 0.06 0.29
HSL 303.53º 0.89% 0.38% -
HSV(B) 303.53º 0.94% 0.71% -
XYZ 26.53 13 39.64 -
YUV 80.07 179.32 199.99 -
System Red Green Blue C M Y K H S L
Decimal 181 11 171 0 0.94 0.06 0.29 303.53 0.89 0.38
Hex B5 B AB 0 5E 6 1D 130 59 26
Octal 265 13 253 0 136 6 35 460 131 46
Binary 10110101 1011 10101011 0 1011110 110 11101 100110000 1011001 100110

Color Harmonies of #B50BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BAB

Black with #B50BAB

Text Example


Text Example

White with #B50BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BAB; }

 p { color: rgb(181,11,171); }

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

background-color css

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

 a { background-color: rgb(181,11,171); }

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

border-color css

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

 span { border-color: rgb(181,11,171); }

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