Html Css Color HEX #B512AC Deep Magenta

📋 copy color: '#B512AC'

red 181 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #B512AC

Tints of Deep Magenta #B512AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

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

R = 48.79%
G = 4.85%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B512AC (or 0xB512AC) is known color: Deep Magenta. HEX triplet: B5, 12 and AC. RGB value is (181,18,172). Sum of RGB (Red+Green+Blue) = 181+18+172=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B512AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512AC is #4AED53. Grayscale: #535353. Windows color (decimal): -4910420 or 11276981. OLE color: 11276981.

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

Color convert

RGB 181 18 172 -
CMYK 0 0.90 0.05 0.29
HSL 303.31º 0.82% 0.39% -
HSV(B) 303.31º 0.9% 0.71% -
XYZ 26.72 13.23 40.18 -
YUV 84.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 181 18 172 0 0.90 0.05 0.29 303.31 0.82 0.39
Hex B5 12 AC 0 5A 5 1D 12F 52 27
Octal 265 22 254 0 132 5 35 457 122 47
Binary 10110101 10010 10101100 0 1011010 101 11101 100101111 1010010 100111

Color Harmonies of #B512AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512AC

Black with #B512AC

Text Example


Text Example

White with #B512AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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