Html Css Color HEX #B516AF Deep Magenta

📋 copy color: '#B516AF'

red 181 ◦ green 22 ◦ blue 175

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

Shades of Deep Magenta #B516AF

Tints of Deep Magenta #B516AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 47.88%
G = 5.82%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B516AF (or 0xB516AF) is known color: Deep Magenta. HEX triplet: B5, 16 and AF. RGB value is (181,22,175). Sum of RGB (Red+Green+Blue) = 181+22+175=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B516AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B516AF is #4AE950. Grayscale: #565656. Windows color (decimal): -4909393 or 11474613. OLE color: 11474613.

HSL color Cylindrical-coordinate representation of color #B516AF: hue angle of 302.26º 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 #B516AF is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 22 175 -
CMYK 0 0.88 0.03 0.29
HSL 302.26º 0.78% 0.4% -
HSV(B) 302.26º 0.88% 0.71% -
XYZ 27.08 13.49 41.73 -
YUV 86.98 177.68 195.06 -
System Red Green Blue C M Y K H S L
Decimal 181 22 175 0 0.88 0.03 0.29 302.26 0.78 0.4
Hex B5 16 AF 0 58 3 1D 12E 4E 28
Octal 265 26 257 0 130 3 35 456 116 50
Binary 10110101 10110 10101111 0 1011000 11 11101 100101110 1001110 101000

Color Harmonies of #B516AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B516AF

Black with #B516AF

Text Example


Text Example

White with #B516AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B516AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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