Html Css Color HEX #B501C9 Deep Magenta

📋 copy color: '#B501C9'

red 181 ◦ green 1 ◦ blue 201

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

Shades of Deep Magenta #B501C9

Tints of Deep Magenta #B501C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.48%

R = 47.26%
G = 0.26%
B = 52.48%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B501C9 (or 0xB501C9) is known color: Deep Magenta. HEX triplet: B5, 01 and C9. RGB value is (181,1,201). Sum of RGB (Red+Green+Blue) = 181+1+201=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #B501C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501C9 is #4AFE36. Grayscale: #4D4D4D. Windows color (decimal): -4914743 or 13173173. OLE color: 13173173.

HSL color Cylindrical-coordinate representation of color #B501C9: hue angle of 294º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501C9 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 1 201 -
CMYK 0.10 1.00 0 0.21
HSL 294º 0.99% 0.4% -
HSV(B) 294º 1% 0.79% -
XYZ 29.61 14.06 56.41 -
YUV 77.62 197.63 201.74 -
System Red Green Blue C M Y K H S L
Decimal 181 1 201 0.10 1.00 0 0.21 294 0.99 0.4
Hex B5 1 C9 A 64 0 15 126 63 28
Octal 265 1 311 12 144 0 25 446 143 50
Binary 10110101 1 11001001 1010 1100100 0 10101 100100110 1100011 101000

Color Harmonies of #B501C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501C9

Black with #B501C9

Text Example


Text Example

White with #B501C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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