Html Css Color HEX #B500AE Deep Magenta

📋 copy color: '#B500AE'

red 181 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #B500AE

Tints of Deep Magenta #B500AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.99%
G = 0%
B = 49.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B500AE (or 0xB500AE) is known color: Deep Magenta. HEX triplet: B5, 00 and AE. RGB value is (181,0,174). Sum of RGB (Red+Green+Blue) = 181+0+174=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B500AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B500AE is #4AFF51. Grayscale: #494949. Windows color (decimal): -4915026 or 11403445. OLE color: 11403445.

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

Color convert

RGB 181 0 174 -
CMYK 0 1 0.04 0.29
HSL 302.32º 1% 0.35% -
HSV(B) 302.32º 1% 0.71% -
XYZ 26.7 12.88 41.12 -
YUV 73.96 184.47 204.35 -
System Red Green Blue C M Y K H S L
Decimal 181 0 174 0 1 0.04 0.29 302.32 1 0.35
Hex B5 0 AE 0 64 4 1D 12E 64 23
Octal 265 0 256 0 144 4 35 456 144 43
Binary 10110101 0 10101110 0 1100100 100 11101 100101110 1100100 100011

Color Harmonies of #B500AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500AE

Black with #B500AE

Text Example


Text Example

White with #B500AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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