Html Css Color HEX #B50BAC Deep Magenta

📋 copy color: '#B50BAC'

red 181 ◦ green 11 ◦ blue 172

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

Shades of Deep Magenta #B50BAC

Tints of Deep Magenta #B50BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 49.73%
G = 3.02%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B50BAC (or 0xB50BAC) is known color: Deep Magenta. HEX triplet: B5, 0B and AC. RGB value is (181,11,172). Sum of RGB (Red+Green+Blue) = 181+11+172=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BAC is #4AF453. Grayscale: #4F4F4F. Windows color (decimal): -4912212 or 11275189. OLE color: 11275189.

HSL color Cylindrical-coordinate representation of color #B50BAC: hue angle of 303.18º 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 #B50BAC is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 172 -
CMYK 0 0.94 0.05 0.29
HSL 303.18º 0.89% 0.38% -
HSV(B) 303.18º 0.94% 0.71% -
XYZ 26.62 13.04 40.14 -
YUV 80.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 181 11 172 0 0.94 0.05 0.29 303.18 0.89 0.38
Hex B5 B AC 0 5E 5 1D 12F 59 26
Octal 265 13 254 0 136 5 35 457 131 46
Binary 10110101 1011 10101100 0 1011110 101 11101 100101111 1011001 100110

Color Harmonies of #B50BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BAC

Black with #B50BAC

Text Example


Text Example

White with #B50BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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