Html Css Color HEX #B417AF Deep Magenta

📋 copy color: '#B417AF'

red 180 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #B417AF

Tints of Deep Magenta #B417AF

RGB

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

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

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

R = 47.62%
G = 6.08%
B = 46.3%

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

#B417AF (or 0xB417AF) is known color: Deep Magenta. HEX triplet: B4, 17 and AF. RGB value is (180,23,175). Sum of RGB (Red+Green+Blue) = 180+23+175=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B417AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417AF is #4BE850. Grayscale: #565656. Windows color (decimal): -4974673 or 11474868. OLE color: 11474868.

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

Color convert

RGB 180 23 175 -
CMYK 0 0.87 0.03 0.29
HSL 301.91º 0.77% 0.4% -
HSV(B) 301.91º 0.87% 0.71% -
XYZ 26.87 13.41 41.73 -
YUV 87.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 180 23 175 0 0.87 0.03 0.29 301.91 0.77 0.4
Hex B4 17 AF 0 57 3 1D 12E 4D 28
Octal 264 27 257 0 127 3 35 456 115 50
Binary 10110100 10111 10101111 0 1010111 11 11101 100101110 1001101 101000

Color Harmonies of #B417AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417AF

Black with #B417AF

Text Example


Text Example

White with #B417AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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