Html Css Color HEX #B70AAA Deep Magenta

📋 copy color: '#B70AAA'

red 183 ◦ green 10 ◦ blue 170

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

Shades of Deep Magenta #B70AAA

Tints of Deep Magenta #B70AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

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

R = 50.41%
G = 2.75%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B70AAA (or 0xB70AAA) is known color: Deep Magenta. HEX triplet: B7, 0A and AA. RGB value is (183,10,170). Sum of RGB (Red+Green+Blue) = 183+10+170=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B70AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70AAA is #48F555. Grayscale: #4F4F4F. Windows color (decimal): -4781398 or 11143863. OLE color: 11143863.

HSL color Cylindrical-coordinate representation of color #B70AAA: hue angle of 304.51º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70AAA is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 10 170 -
CMYK 0 0.95 0.07 0.28
HSL 304.51º 0.9% 0.38% -
HSV(B) 304.51º 0.95% 0.72% -
XYZ 26.89 13.19 39.16 -
YUV 79.97 178.81 201.49 -
System Red Green Blue C M Y K H S L
Decimal 183 10 170 0 0.95 0.07 0.28 304.51 0.9 0.38
Hex B7 A AA 0 5F 7 1C 131 5A 26
Octal 267 12 252 0 137 7 34 461 132 46
Binary 10110111 1010 10101010 0 1011111 111 11100 100110001 1011010 100110

Color Harmonies of #B70AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70AAA

Black with #B70AAA

Text Example


Text Example

White with #B70AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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