Html Css Color HEX #B51DAC Deep Magenta

📋 copy color: '#B51DAC'

red 181 ◦ green 29 ◦ blue 172

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

Shades of Deep Magenta #B51DAC

Tints of Deep Magenta #B51DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.59%

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

R = 47.38%
G = 7.59%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B51DAC (or 0xB51DAC) is known color: Deep Magenta. HEX triplet: B5, 1D and AC. RGB value is (181,29,172). Sum of RGB (Red+Green+Blue) = 181+29+172=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B51DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51DAC is #4AE253. Grayscale: #5A5A5A. Windows color (decimal): -4907604 or 11279797. OLE color: 11279797.

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

Color convert

RGB 181 29 172 -
CMYK 0 0.84 0.05 0.29
HSL 303.55º 0.72% 0.41% -
HSV(B) 303.55º 0.84% 0.71% -
XYZ 26.94 13.68 40.25 -
YUV 90.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 181 29 172 0 0.84 0.05 0.29 303.55 0.72 0.41
Hex B5 1D AC 0 54 5 1D 130 48 29
Octal 265 35 254 0 124 5 35 460 110 51
Binary 10110101 11101 10101100 0 1010100 101 11101 100110000 1001000 101001

Color Harmonies of #B51DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51DAC

Black with #B51DAC

Text Example


Text Example

White with #B51DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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