Html Css Color HEX #B516AD Deep Magenta

📋 copy color: '#B516AD'

red 181 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #B516AD

Tints of Deep Magenta #B516AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.85%

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 48.14%
G = 5.85%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B516AD (or 0xB516AD) is known color: Deep Magenta. HEX triplet: B5, 16 and AD. RGB value is (181,22,173). Sum of RGB (Red+Green+Blue) = 181+22+173=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B516AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B516AD is #4AE952. Grayscale: #565656. Windows color (decimal): -4909395 or 11343541. OLE color: 11343541.

HSL color Cylindrical-coordinate representation of color #B516AD: hue angle of 303.02º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B516AD is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 22 173 -
CMYK 0 0.88 0.04 0.29
HSL 303.02º 0.78% 0.4% -
HSV(B) 303.02º 0.88% 0.71% -
XYZ 26.89 13.41 40.71 -
YUV 86.76 176.68 195.22 -
System Red Green Blue C M Y K H S L
Decimal 181 22 173 0 0.88 0.04 0.29 303.02 0.78 0.4
Hex B5 16 AD 0 58 4 1D 12F 4E 28
Octal 265 26 255 0 130 4 35 457 116 50
Binary 10110101 10110 10101101 0 1011000 100 11101 100101111 1001110 101000

Color Harmonies of #B516AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B516AD

Black with #B516AD

Text Example


Text Example

White with #B516AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B516AD; }

 p { color: rgb(181,22,173); }

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

background-color css

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

 a { background-color: rgb(181,22,173); }

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

border-color css

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

 span { border-color: rgb(181,22,173); }

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