Html Css Color HEX #B501B7 Deep Magenta

📋 copy color: '#B501B7'

red 181 ◦ green 1 ◦ blue 183

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

Shades of Deep Magenta #B501B7

Tints of Deep Magenta #B501B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.14%

R = 49.59%
G = 0.27%
B = 50.14%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B501B7 (or 0xB501B7) is known color: Deep Magenta. HEX triplet: B5, 01 and B7. RGB value is (181,1,183). Sum of RGB (Red+Green+Blue) = 181+1+183=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #B501B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501B7 is #4AFE48. Grayscale: #4B4B4B. Windows color (decimal): -4914761 or 11993525. OLE color: 11993525.

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

Color convert

RGB 181 1 183 -
CMYK 0.01 0.99 0 0.28
HSL 299.34º 0.99% 0.36% -
HSV(B) 299.34º 0.99% 0.72% -
XYZ 27.61 13.26 45.9 -
YUV 75.57 188.63 203.2 -
System Red Green Blue C M Y K H S L
Decimal 181 1 183 0.01 0.99 0 0.28 299.34 0.99 0.36
Hex B5 1 B7 1 63 0 1C 12B 63 24
Octal 265 1 267 1 143 0 34 453 143 44
Binary 10110101 1 10110111 1 1100011 0 11100 100101011 1100011 100100

Color Harmonies of #B501B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501B7

Black with #B501B7

Text Example


Text Example

White with #B501B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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