Html Css Color HEX #B501AC Deep Magenta

📋 copy color: '#B501AC'

red 181 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #B501AC

Tints of Deep Magenta #B501AC

RGB

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

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

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

R = 51.13%
G = 0.28%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B501AC (or 0xB501AC) is known color: Deep Magenta. HEX triplet: B5, 01 and AC. RGB value is (181,1,172). Sum of RGB (Red+Green+Blue) = 181+1+172=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B501AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501AC is #4AFE53. Grayscale: #494949. Windows color (decimal): -4914772 or 11272629. OLE color: 11272629.

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

Color convert

RGB 181 1 172 -
CMYK 0 0.99 0.05 0.29
HSL 303º 0.99% 0.36% -
HSV(B) 303º 0.99% 0.71% -
XYZ 26.51 12.82 40.11 -
YUV 74.31 183.13 204.1 -
System Red Green Blue C M Y K H S L
Decimal 181 1 172 0 0.99 0.05 0.29 303 0.99 0.36
Hex B5 1 AC 0 63 5 1D 12F 63 24
Octal 265 1 254 0 143 5 35 457 143 44
Binary 10110101 1 10101100 0 1100011 101 11101 100101111 1100011 100100

Color Harmonies of #B501AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501AC

Black with #B501AC

Text Example


Text Example

White with #B501AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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