Html Css Color HEX #B915AA Deep Magenta

📋 copy color: '#B915AA'

red 185 ◦ green 21 ◦ blue 170

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

Shades of Deep Magenta #B915AA

Tints of Deep Magenta #B915AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.59%

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

R = 49.2%
G = 5.59%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B915AA (or 0xB915AA) is known color: Deep Magenta. HEX triplet: B9, 15 and AA. RGB value is (185,21,170). Sum of RGB (Red+Green+Blue) = 185+21+170=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B915AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B915AA is #46EA55. Grayscale: #565656. Windows color (decimal): -4647510 or 11146681. OLE color: 11146681.

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

Color convert

RGB 185 21 170 -
CMYK 0 0.89 0.08 0.27
HSL 305.49º 0.8% 0.4% -
HSV(B) 305.49º 0.89% 0.73% -
XYZ 27.53 13.75 39.23 -
YUV 87.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 185 21 170 0 0.89 0.08 0.27 305.49 0.8 0.4
Hex B9 15 AA 0 59 8 1B 131 50 28
Octal 271 25 252 0 131 10 33 461 120 50
Binary 10111001 10101 10101010 0 1011001 1000 11011 100110001 1010000 101000

Color Harmonies of #B915AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915AA

Black with #B915AA

Text Example


Text Example

White with #B915AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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