Html Css Color HEX #B500AB Deep Magenta

📋 copy color: '#B500AB'

red 181 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #B500AB

Tints of Deep Magenta #B500AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 51.42%
G = 0%
B = 48.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B500AB (or 0xB500AB) is known color: Deep Magenta. HEX triplet: B5, 00 and AB. RGB value is (181,0,171). Sum of RGB (Red+Green+Blue) = 181+0+171=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B500AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B500AB is #4AFF54. Grayscale: #494949. Windows color (decimal): -4915029 or 11206837. OLE color: 11206837.

HSL color Cylindrical-coordinate representation of color #B500AB: hue angle of 303.31º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500AB is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 171 -
CMYK 0 1 0.06 0.29
HSL 303.31º 1% 0.35% -
HSV(B) 303.31º 1% 0.71% -
XYZ 26.41 12.76 39.6 -
YUV 73.61 182.97 204.6 -
System Red Green Blue C M Y K H S L
Decimal 181 0 171 0 1 0.06 0.29 303.31 1 0.35
Hex B5 0 AB 0 64 6 1D 12F 64 23
Octal 265 0 253 0 144 6 35 457 144 43
Binary 10110101 0 10101011 0 1100100 110 11101 100101111 1100100 100011

Color Harmonies of #B500AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500AB

Black with #B500AB

Text Example


Text Example

White with #B500AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500AB; }

 p { color: rgb(181,0,171); }

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

background-color css

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

 a { background-color: rgb(181,0,171); }

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

border-color css

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

 span { border-color: rgb(181,0,171); }

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