Html Css Color HEX #B51CAB Deep Magenta

📋 copy color: '#B51CAB'

red 181 ◦ green 28 ◦ blue 171

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

Shades of Deep Magenta #B51CAB

Tints of Deep Magenta #B51CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.37%

 BLUE value IS 171 (67.19% from 255) = 45%

R = 47.63%
G = 7.37%
B = 45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B51CAB (or 0xB51CAB) is known color: Deep Magenta. HEX triplet: B5, 1C and AB. RGB value is (181,28,171). Sum of RGB (Red+Green+Blue) = 181+28+171=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B51CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51CAB is #4AE354. Grayscale: #595959. Windows color (decimal): -4907861 or 11214005. OLE color: 11214005.

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

Color convert

RGB 181 28 171 -
CMYK 0 0.85 0.06 0.29
HSL 303.92º 0.73% 0.41% -
HSV(B) 303.92º 0.85% 0.71% -
XYZ 26.82 13.59 39.74 -
YUV 90.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 181 28 171 0 0.85 0.06 0.29 303.92 0.73 0.41
Hex B5 1C AB 0 55 6 1D 130 49 29
Octal 265 34 253 0 125 6 35 460 111 51
Binary 10110101 11100 10101011 0 1010101 110 11101 100110000 1001001 101001

Color Harmonies of #B51CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CAB

Black with #B51CAB

Text Example


Text Example

White with #B51CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CAB; }

 p { color: rgb(181,28,171); }

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

background-color css

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

 a { background-color: rgb(181,28,171); }

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

border-color css

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

 span { border-color: rgb(181,28,171); }

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