Html Css Color HEX #B417AD Deep Magenta

📋 copy color: '#B417AD'

red 180 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #B417AD

Tints of Deep Magenta #B417AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.12%

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

R = 47.87%
G = 6.12%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B417AD (or 0xB417AD) is known color: Deep Magenta. HEX triplet: B4, 17 and AD. RGB value is (180,23,173). Sum of RGB (Red+Green+Blue) = 180+23+173=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B417AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417AD is #4BE852. Grayscale: #565656. Windows color (decimal): -4974675 or 11343796. OLE color: 11343796.

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

Color convert

RGB 180 23 173 -
CMYK 0 0.87 0.04 0.29
HSL 302.68º 0.77% 0.4% -
HSV(B) 302.68º 0.87% 0.71% -
XYZ 26.67 13.33 40.7 -
YUV 87.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 180 23 173 0 0.87 0.04 0.29 302.68 0.77 0.4
Hex B4 17 AD 0 57 4 1D 12F 4D 28
Octal 264 27 255 0 127 4 35 457 115 50
Binary 10110100 10111 10101101 0 1010111 100 11101 100101111 1001101 101000

Color Harmonies of #B417AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417AD

Black with #B417AD

Text Example


Text Example

White with #B417AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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