Html Css Color HEX #B518AF Deep Magenta

📋 copy color: '#B518AF'

red 181 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #B518AF

Tints of Deep Magenta #B518AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.32%

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

R = 47.63%
G = 6.32%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B518AF (or 0xB518AF) is known color: Deep Magenta. HEX triplet: B5, 18 and AF. RGB value is (181,24,175). Sum of RGB (Red+Green+Blue) = 181+24+175=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B518AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B518AF is #4AE750. Grayscale: #575757. Windows color (decimal): -4908881 or 11475125. OLE color: 11475125.

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

Color convert

RGB 181 24 175 -
CMYK 0 0.87 0.03 0.29
HSL 302.29º 0.77% 0.4% -
HSV(B) 302.29º 0.87% 0.71% -
XYZ 27.12 13.57 41.75 -
YUV 88.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 181 24 175 0 0.87 0.03 0.29 302.29 0.77 0.4
Hex B5 18 AF 0 57 3 1D 12E 4D 28
Octal 265 30 257 0 127 3 35 456 115 50
Binary 10110101 11000 10101111 0 1010111 11 11101 100101110 1001101 101000

Color Harmonies of #B518AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518AF

Black with #B518AF

Text Example


Text Example

White with #B518AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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