Html Css Color HEX #B417AA Deep Magenta

📋 copy color: '#B417AA'

red 180 ◦ green 23 ◦ blue 170

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

Shades of Deep Magenta #B417AA

Tints of Deep Magenta #B417AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 48.26%
G = 6.17%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B417AA (or 0xB417AA) is known color: Deep Magenta. HEX triplet: B4, 17 and AA. RGB value is (180,23,170). Sum of RGB (Red+Green+Blue) = 180+23+170=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B417AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417AA is #4BE855. Grayscale: #565656. Windows color (decimal): -4974678 or 11147188. OLE color: 11147188.

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

Color convert

RGB 180 23 170 -
CMYK 0 0.87 0.06 0.29
HSL 303.82º 0.77% 0.4% -
HSV(B) 303.82º 0.87% 0.71% -
XYZ 26.38 13.22 39.19 -
YUV 86.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 180 23 170 0 0.87 0.06 0.29 303.82 0.77 0.4
Hex B4 17 AA 0 57 6 1D 130 4D 28
Octal 264 27 252 0 127 6 35 460 115 50
Binary 10110100 10111 10101010 0 1010111 110 11101 100110000 1001101 101000

Color Harmonies of #B417AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417AA

Black with #B417AA

Text Example


Text Example

White with #B417AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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