Html Css Color HEX #B913AA Deep Magenta

📋 copy color: '#B913AA'

red 185 ◦ green 19 ◦ blue 170

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

Shades of Deep Magenta #B913AA

Tints of Deep Magenta #B913AA

RGB

 RED value IS 185 (72.66% from 255) = 49.47%

 GREEN value IS 19 (7.81% from 255) = 5.08%

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

R = 49.47%
G = 5.08%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B913AA (or 0xB913AA) is known color: Deep Magenta. HEX triplet: B9, 13 and AA. RGB value is (185,19,170). Sum of RGB (Red+Green+Blue) = 185+19+170=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B913AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B913AA is #46EC55. Grayscale: #555555. Windows color (decimal): -4648022 or 11146169. OLE color: 11146169.

HSL color Cylindrical-coordinate representation of color #B913AA: hue angle of 305.42º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913AA is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 19 170 -
CMYK 0 0.90 0.08 0.27
HSL 305.42º 0.81% 0.4% -
HSV(B) 305.42º 0.9% 0.73% -
XYZ 27.5 13.68 39.22 -
YUV 85.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 185 19 170 0 0.90 0.08 0.27 305.42 0.81 0.4
Hex B9 13 AA 0 5A 8 1B 131 51 28
Octal 271 23 252 0 132 10 33 461 121 50
Binary 10111001 10011 10101010 0 1011010 1000 11011 100110001 1010001 101000

Color Harmonies of #B913AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913AA

Black with #B913AA

Text Example


Text Example

White with #B913AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913AA; }

 p { color: rgb(185,19,170); }

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

background-color css

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

 a { background-color: rgb(185,19,170); }

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

border-color css

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

 span { border-color: rgb(185,19,170); }

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