Html Css Color HEX #B515AC Deep Magenta

📋 copy color: '#B515AC'

red 181 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #B515AC

Tints of Deep Magenta #B515AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.61%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 48.4%
G = 5.61%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B515AC (or 0xB515AC) is known color: Deep Magenta. HEX triplet: B5, 15 and AC. RGB value is (181,21,172). Sum of RGB (Red+Green+Blue) = 181+21+172=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B515AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B515AC is #4AEA53. Grayscale: #555555. Windows color (decimal): -4909652 or 11277749. OLE color: 11277749.

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

Color convert

RGB 181 21 172 -
CMYK 0 0.88 0.05 0.29
HSL 303.38º 0.79% 0.4% -
HSV(B) 303.38º 0.88% 0.71% -
XYZ 26.77 13.34 40.19 -
YUV 86.05 176.51 195.72 -
System Red Green Blue C M Y K H S L
Decimal 181 21 172 0 0.88 0.05 0.29 303.38 0.79 0.4
Hex B5 15 AC 0 58 5 1D 12F 4F 28
Octal 265 25 254 0 130 5 35 457 117 50
Binary 10110101 10101 10101100 0 1011000 101 11101 100101111 1001111 101000

Color Harmonies of #B515AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515AC

Black with #B515AC

Text Example


Text Example

White with #B515AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515AC; }

 p { color: rgb(181,21,172); }

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

background-color css

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

 a { background-color: rgb(181,21,172); }

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

border-color css

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

 span { border-color: rgb(181,21,172); }

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