Html Css Color HEX #B418AA Deep Magenta

📋 copy color: '#B418AA'

red 180 ◦ green 24 ◦ blue 170

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

Shades of Deep Magenta #B418AA

Tints of Deep Magenta #B418AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

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

R = 48.13%
G = 6.42%
B = 45.45%

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

#B418AA (or 0xB418AA) is known color: Deep Magenta. HEX triplet: B4, 18 and AA. RGB value is (180,24,170). Sum of RGB (Red+Green+Blue) = 180+24+170=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B418AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B418AA is #4BE755. Grayscale: #565656. Windows color (decimal): -4974422 or 11147444. OLE color: 11147444.

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

Color convert

RGB 180 24 170 -
CMYK 0 0.87 0.06 0.29
HSL 303.85º 0.76% 0.4% -
HSV(B) 303.85º 0.87% 0.71% -
XYZ 26.4 13.26 39.2 -
YUV 87.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 180 24 170 0 0.87 0.06 0.29 303.85 0.76 0.4
Hex B4 18 AA 0 57 6 1D 130 4C 28
Octal 264 30 252 0 127 6 35 460 114 50
Binary 10110100 11000 10101010 0 1010111 110 11101 100110000 1001100 101000

Color Harmonies of #B418AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B418AA

Black with #B418AA

Text Example


Text Example

White with #B418AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B418AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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