Html Css Color HEX #B713AA Deep Magenta

📋 copy color: '#B713AA'

red 183 ◦ green 19 ◦ blue 170

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

Shades of Deep Magenta #B713AA

Tints of Deep Magenta #B713AA

RGB

 RED value IS 183 (71.88% from 255) = 49.19%

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

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

R = 49.19%
G = 5.11%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B713AA (or 0xB713AA) is known color: Deep Magenta. HEX triplet: B7, 13 and AA. RGB value is (183,19,170). Sum of RGB (Red+Green+Blue) = 183+19+170=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B713AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713AA is #48EC55. Grayscale: #545454. Windows color (decimal): -4779094 or 11146167. OLE color: 11146167.

HSL color Cylindrical-coordinate representation of color #B713AA: hue angle of 304.76º 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 #B713AA is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 170 -
CMYK 0 0.90 0.07 0.28
HSL 304.76º 0.81% 0.4% -
HSV(B) 304.76º 0.9% 0.72% -
XYZ 27.02 13.44 39.2 -
YUV 85.25 175.83 197.72 -
System Red Green Blue C M Y K H S L
Decimal 183 19 170 0 0.90 0.07 0.28 304.76 0.81 0.4
Hex B7 13 AA 0 5A 7 1C 131 51 28
Octal 267 23 252 0 132 7 34 461 121 50
Binary 10110111 10011 10101010 0 1011010 111 11100 100110001 1010001 101000

Color Harmonies of #B713AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B713AA

Black with #B713AA

Text Example


Text Example

White with #B713AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B713AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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