Html Css Color HEX #B417AB Deep Magenta

📋 copy color: '#B417AB'

red 180 ◦ green 23 ◦ blue 171

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

Shades of Deep Magenta #B417AB

Tints of Deep Magenta #B417AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 48.13%
G = 6.15%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B417AB (or 0xB417AB) is known color: Deep Magenta. HEX triplet: B4, 17 and AB. RGB value is (180,23,171). Sum of RGB (Red+Green+Blue) = 180+23+171=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B417AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417AB is #4BE854. Grayscale: #565656. Windows color (decimal): -4974677 or 11212724. OLE color: 11212724.

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

Color convert

RGB 180 23 171 -
CMYK 0 0.87 0.05 0.29
HSL 303.44º 0.77% 0.4% -
HSV(B) 303.44º 0.87% 0.71% -
XYZ 26.48 13.26 39.69 -
YUV 86.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 180 23 171 0 0.87 0.05 0.29 303.44 0.77 0.4
Hex B4 17 AB 0 57 5 1D 12F 4D 28
Octal 264 27 253 0 127 5 35 457 115 50
Binary 10110100 10111 10101011 0 1010111 101 11101 100101111 1001101 101000

Color Harmonies of #B417AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417AB

Black with #B417AB

Text Example


Text Example

White with #B417AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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