Html Css Color HEX #B415AD Deep Magenta

📋 copy color: '#B415AD'

red 180 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #B415AD

Tints of Deep Magenta #B415AD

RGB

 RED value IS 180 (70.7% from 255) = 48.13%

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

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

R = 48.13%
G = 5.61%
B = 46.26%

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

#B415AD (or 0xB415AD) is known color: Deep Magenta. HEX triplet: B4, 15 and AD. RGB value is (180,21,173). Sum of RGB (Red+Green+Blue) = 180+21+173=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B415AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B415AD is #4BEA52. Grayscale: #555555. Windows color (decimal): -4975187 or 11343284. OLE color: 11343284.

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

Color convert

RGB 180 21 173 -
CMYK 0 0.88 0.04 0.29
HSL 302.64º 0.79% 0.39% -
HSV(B) 302.64º 0.88% 0.71% -
XYZ 26.63 13.26 40.69 -
YUV 85.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 180 21 173 0 0.88 0.04 0.29 302.64 0.79 0.39
Hex B4 15 AD 0 58 4 1D 12F 4F 27
Octal 264 25 255 0 130 4 35 457 117 47
Binary 10110100 10101 10101101 0 1011000 100 11101 100101111 1001111 100111

Color Harmonies of #B415AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415AD

Black with #B415AD

Text Example


Text Example

White with #B415AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415AD; }

 p { color: rgb(180,21,173); }

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

background-color css

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

 a { background-color: rgb(180,21,173); }

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

border-color css

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

 span { border-color: rgb(180,21,173); }

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