Html Css Color HEX #B501A7 Deep Magenta

📋 copy color: '#B501A7'

red 181 ◦ green 1 ◦ blue 167

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

Shades of Deep Magenta #B501A7

Tints of Deep Magenta #B501A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.85%

R = 51.86%
G = 0.29%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B501A7 (or 0xB501A7) is known color: Deep Magenta. HEX triplet: B5, 01 and A7. RGB value is (181,1,167). Sum of RGB (Red+Green+Blue) = 181+1+167=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B501A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501A7 is #4AFE58. Grayscale: #494949. Windows color (decimal): -4914777 or 10944949. OLE color: 10944949.

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

Color convert

RGB 181 1 167 -
CMYK 0 0.99 0.08 0.29
HSL 304.67º 0.99% 0.36% -
HSV(B) 304.67º 0.99% 0.71% -
XYZ 26.04 12.64 37.63 -
YUV 73.74 180.63 204.5 -
System Red Green Blue C M Y K H S L
Decimal 181 1 167 0 0.99 0.08 0.29 304.67 0.99 0.36
Hex B5 1 A7 0 63 8 1D 131 63 24
Octal 265 1 247 0 143 10 35 461 143 44
Binary 10110101 1 10100111 0 1100011 1000 11101 100110001 1100011 100100

Color Harmonies of #B501A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501A7

Black with #B501A7

Text Example


Text Example

White with #B501A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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