Html Css Color HEX #B501AF Deep Magenta

📋 copy color: '#B501AF'

red 181 ◦ green 1 ◦ blue 175

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

Shades of Deep Magenta #B501AF

Tints of Deep Magenta #B501AF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 50.7%
G = 0.28%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B501AF (or 0xB501AF) is known color: Deep Magenta. HEX triplet: B5, 01 and AF. RGB value is (181,1,175). Sum of RGB (Red+Green+Blue) = 181+1+175=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B501AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501AF is #4AFE50. Grayscale: #4A4A4A. Windows color (decimal): -4914769 or 11469237. OLE color: 11469237.

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

Color convert

RGB 181 1 175 -
CMYK 0 0.99 0.03 0.29
HSL 302º 0.99% 0.36% -
HSV(B) 302º 0.99% 0.71% -
XYZ 26.8 12.94 41.64 -
YUV 74.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 181 1 175 0 0.99 0.03 0.29 302 0.99 0.36
Hex B5 1 AF 0 63 3 1D 12E 63 24
Octal 265 1 257 0 143 3 35 456 143 44
Binary 10110101 1 10101111 0 1100011 11 11101 100101110 1100011 100100

Color Harmonies of #B501AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501AF

Black with #B501AF

Text Example


Text Example

White with #B501AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501AF; }

 p { color: rgb(181,1,175); }

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

background-color css

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

 a { background-color: rgb(181,1,175); }

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

border-color css

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

 span { border-color: rgb(181,1,175); }

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