Html Css Color HEX #B50FAC Deep Magenta

📋 copy color: '#B50FAC'

red 181 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #B50FAC

Tints of Deep Magenta #B50FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.08%

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

R = 49.18%
G = 4.08%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B50FAC (or 0xB50FAC) is known color: Deep Magenta. HEX triplet: B5, 0F and AC. RGB value is (181,15,172). Sum of RGB (Red+Green+Blue) = 181+15+172=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50FAC is #4AF053. Grayscale: #525252. Windows color (decimal): -4911188 or 11276213. OLE color: 11276213.

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

Color convert

RGB 181 15 172 -
CMYK 0 0.92 0.05 0.29
HSL 303.25º 0.85% 0.38% -
HSV(B) 303.25º 0.92% 0.71% -
XYZ 26.67 13.14 40.16 -
YUV 82.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 181 15 172 0 0.92 0.05 0.29 303.25 0.85 0.38
Hex B5 F AC 0 5C 5 1D 12F 55 26
Octal 265 17 254 0 134 5 35 457 125 46
Binary 10110101 1111 10101100 0 1011100 101 11101 100101111 1010101 100110

Color Harmonies of #B50FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FAC

Black with #B50FAC

Text Example


Text Example

White with #B50FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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