Html Css Color HEX #B512AE Deep Magenta

📋 copy color: '#B512AE'

red 181 ◦ green 18 ◦ blue 174

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

Shades of Deep Magenta #B512AE

Tints of Deep Magenta #B512AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 48.53%
G = 4.83%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B512AE (or 0xB512AE) is known color: Deep Magenta. HEX triplet: B5, 12 and AE. RGB value is (181,18,174). Sum of RGB (Red+Green+Blue) = 181+18+174=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B512AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512AE is #4AED51. Grayscale: #545454. Windows color (decimal): -4910418 or 11408053. OLE color: 11408053.

HSL color Cylindrical-coordinate representation of color #B512AE: hue angle of 302.58º 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 #B512AE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 174 -
CMYK 0 0.90 0.04 0.29
HSL 302.58º 0.82% 0.39% -
HSV(B) 302.58º 0.9% 0.71% -
XYZ 26.91 13.31 41.2 -
YUV 84.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 181 18 174 0 0.90 0.04 0.29 302.58 0.82 0.39
Hex B5 12 AE 0 5A 4 1D 12F 52 27
Octal 265 22 256 0 132 4 35 457 122 47
Binary 10110101 10010 10101110 0 1011010 100 11101 100101111 1010010 100111

Color Harmonies of #B512AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512AE

Black with #B512AE

Text Example


Text Example

White with #B512AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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