Html Css Color HEX #B501A8 Deep Magenta

📋 copy color: '#B501A8'

red 181 ◦ green 1 ◦ blue 168

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

Shades of Deep Magenta #B501A8

Tints of Deep Magenta #B501A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48%

R = 51.71%
G = 0.29%
B = 48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B501A8 (or 0xB501A8) is known color: Deep Magenta. HEX triplet: B5, 01 and A8. RGB value is (181,1,168). Sum of RGB (Red+Green+Blue) = 181+1+168=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B501A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501A8 is #4AFE57. Grayscale: #494949. Windows color (decimal): -4914776 or 11010485. OLE color: 11010485.

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

Color convert

RGB 181 1 168 -
CMYK 0 0.99 0.07 0.29
HSL 304.33º 0.99% 0.36% -
HSV(B) 304.33º 0.99% 0.71% -
XYZ 26.13 12.67 38.11 -
YUV 73.86 181.13 204.42 -
System Red Green Blue C M Y K H S L
Decimal 181 1 168 0 0.99 0.07 0.29 304.33 0.99 0.36
Hex B5 1 A8 0 63 7 1D 130 63 24
Octal 265 1 250 0 143 7 35 460 143 44
Binary 10110101 1 10101000 0 1100011 111 11101 100110000 1100011 100100

Color Harmonies of #B501A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501A8

Black with #B501A8

Text Example


Text Example

White with #B501A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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