Html Css Color HEX #B501BA Deep Magenta

📋 copy color: '#B501BA'

red 181 ◦ green 1 ◦ blue 186

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

Shades of Deep Magenta #B501BA

Tints of Deep Magenta #B501BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 49.18%
G = 0.27%
B = 50.54%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B501BA (or 0xB501BA) is known color: Deep Magenta. HEX triplet: B5, 01 and BA. RGB value is (181,1,186). Sum of RGB (Red+Green+Blue) = 181+1+186=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #B501BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501BA is #4AFE45. Grayscale: #4B4B4B. Windows color (decimal): -4914758 or 12190133. OLE color: 12190133.

HSL color Cylindrical-coordinate representation of color #B501BA: hue angle of 298.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B501BA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 1 186 -
CMYK 0.03 0.99 0 0.27
HSL 298.38º 0.99% 0.37% -
HSV(B) 298.38º 0.99% 0.73% -
XYZ 27.93 13.39 47.57 -
YUV 75.91 190.13 202.96 -
System Red Green Blue C M Y K H S L
Decimal 181 1 186 0.03 0.99 0 0.27 298.38 0.99 0.37
Hex B5 1 BA 3 63 0 1B 12A 63 25
Octal 265 1 272 3 143 0 33 452 143 45
Binary 10110101 1 10111010 11 1100011 0 11011 100101010 1100011 100101

Color Harmonies of #B501BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501BA

Black with #B501BA

Text Example


Text Example

White with #B501BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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