Html Css Color HEX #B51FAC Deep Magenta

📋 copy color: '#B51FAC'

red 181 ◦ green 31 ◦ blue 172

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

Shades of Deep Magenta #B51FAC

Tints of Deep Magenta #B51FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

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

R = 47.14%
G = 8.07%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B51FAC (or 0xB51FAC) is known color: Deep Magenta. HEX triplet: B5, 1F and AC. RGB value is (181,31,172). Sum of RGB (Red+Green+Blue) = 181+31+172=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B51FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51FAC is #4AE053. Grayscale: #5B5B5B. Windows color (decimal): -4907092 or 11280309. OLE color: 11280309.

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

Color convert

RGB 181 31 172 -
CMYK 0 0.83 0.05 0.29
HSL 303.6º 0.71% 0.42% -
HSV(B) 303.6º 0.83% 0.71% -
XYZ 26.99 13.78 40.27 -
YUV 91.92 173.2 191.54 -
System Red Green Blue C M Y K H S L
Decimal 181 31 172 0 0.83 0.05 0.29 303.6 0.71 0.42
Hex B5 1F AC 0 53 5 1D 130 47 2A
Octal 265 37 254 0 123 5 35 460 107 52
Binary 10110101 11111 10101100 0 1010011 101 11101 100110000 1000111 101010

Color Harmonies of #B51FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51FAC

Black with #B51FAC

Text Example


Text Example

White with #B51FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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