Html Css Color HEX #B50DAC Deep Magenta

📋 copy color: '#B50DAC'

red 181 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #B50DAC

Tints of Deep Magenta #B50DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.55%

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

R = 49.45%
G = 3.55%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B50DAC (or 0xB50DAC) is known color: Deep Magenta. HEX triplet: B5, 0D and AC. RGB value is (181,13,172). Sum of RGB (Red+Green+Blue) = 181+13+172=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B50DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50DAC is #4AF253. Grayscale: #505050. Windows color (decimal): -4911700 or 11275701. OLE color: 11275701.

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

Color convert

RGB 181 13 172 -
CMYK 0 0.93 0.05 0.29
HSL 303.21º 0.87% 0.38% -
HSV(B) 303.21º 0.93% 0.71% -
XYZ 26.65 13.09 40.15 -
YUV 81.36 179.16 199.07 -
System Red Green Blue C M Y K H S L
Decimal 181 13 172 0 0.93 0.05 0.29 303.21 0.87 0.38
Hex B5 D AC 0 5D 5 1D 12F 57 26
Octal 265 15 254 0 135 5 35 457 127 46
Binary 10110101 1101 10101100 0 1011101 101 11101 100101111 1010111 100110

Color Harmonies of #B50DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DAC

Black with #B50DAC

Text Example


Text Example

White with #B50DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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