Html Css Color HEX #B815AA Deep Magenta

📋 copy color: '#B815AA'

red 184 ◦ green 21 ◦ blue 170

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

Shades of Deep Magenta #B815AA

Tints of Deep Magenta #B815AA

RGB

 RED value IS 184 (72.27% from 255) = 49.07%

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

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

R = 49.07%
G = 5.6%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B815AA (or 0xB815AA) is known color: Deep Magenta. HEX triplet: B8, 15 and AA. RGB value is (184,21,170). Sum of RGB (Red+Green+Blue) = 184+21+170=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B815AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B815AA is #47EA55. Grayscale: #565656. Windows color (decimal): -4713046 or 11146680. OLE color: 11146680.

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

Color convert

RGB 184 21 170 -
CMYK 0 0.89 0.08 0.28
HSL 305.15º 0.8% 0.4% -
HSV(B) 305.15º 0.89% 0.72% -
XYZ 27.29 13.63 39.22 -
YUV 86.72 175 197.38 -
System Red Green Blue C M Y K H S L
Decimal 184 21 170 0 0.89 0.08 0.28 305.15 0.8 0.4
Hex B8 15 AA 0 59 8 1C 131 50 28
Octal 270 25 252 0 131 10 34 461 120 50
Binary 10111000 10101 10101010 0 1011001 1000 11100 100110001 1010000 101000

Color Harmonies of #B815AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815AA

Black with #B815AA

Text Example


Text Example

White with #B815AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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