Html Css Color HEX #B813AA Deep Magenta

📋 copy color: '#B813AA'

red 184 ◦ green 19 ◦ blue 170

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

Shades of Deep Magenta #B813AA

Tints of Deep Magenta #B813AA

RGB

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

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

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

R = 49.33%
G = 5.09%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B813AA (or 0xB813AA) is known color: Deep Magenta. HEX triplet: B8, 13 and AA. RGB value is (184,19,170). Sum of RGB (Red+Green+Blue) = 184+19+170=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B813AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B813AA is #47EC55. Grayscale: #555555. Windows color (decimal): -4713558 or 11146168. OLE color: 11146168.

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

Color convert

RGB 184 19 170 -
CMYK 0 0.90 0.08 0.28
HSL 305.09º 0.81% 0.4% -
HSV(B) 305.09º 0.9% 0.72% -
XYZ 27.26 13.56 39.21 -
YUV 85.55 175.66 198.22 -
System Red Green Blue C M Y K H S L
Decimal 184 19 170 0 0.90 0.08 0.28 305.09 0.81 0.4
Hex B8 13 AA 0 5A 8 1C 131 51 28
Octal 270 23 252 0 132 10 34 461 121 50
Binary 10111000 10011 10101010 0 1011010 1000 11100 100110001 1010001 101000

Color Harmonies of #B813AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B813AA

Black with #B813AA

Text Example


Text Example

White with #B813AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B813AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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