Html Css Color HEX #B51AAC Deep Magenta

📋 copy color: '#B51AAC'

red 181 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #B51AAC

Tints of Deep Magenta #B51AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

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

R = 47.76%
G = 6.86%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B51AAC (or 0xB51AAC) is known color: Deep Magenta. HEX triplet: B5, 1A and AC. RGB value is (181,26,172). Sum of RGB (Red+Green+Blue) = 181+26+172=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B51AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51AAC is #4AE553. Grayscale: #585858. Windows color (decimal): -4908372 or 11279029. OLE color: 11279029.

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

Color convert

RGB 181 26 172 -
CMYK 0 0.86 0.05 0.29
HSL 303.48º 0.75% 0.41% -
HSV(B) 303.48º 0.86% 0.71% -
XYZ 26.87 13.54 40.23 -
YUV 88.99 174.85 193.63 -
System Red Green Blue C M Y K H S L
Decimal 181 26 172 0 0.86 0.05 0.29 303.48 0.75 0.41
Hex B5 1A AC 0 56 5 1D 12F 4B 29
Octal 265 32 254 0 126 5 35 457 113 51
Binary 10110101 11010 10101100 0 1010110 101 11101 100101111 1001011 101001

Color Harmonies of #B51AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51AAC

Black with #B51AAC

Text Example


Text Example

White with #B51AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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