Html Css Color HEX #B70FAA Deep Magenta

📋 copy color: '#B70FAA'

red 183 ◦ green 15 ◦ blue 170

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

Shades of Deep Magenta #B70FAA

Tints of Deep Magenta #B70FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.08%

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

R = 49.73%
G = 4.08%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B70FAA (or 0xB70FAA) is known color: Deep Magenta. HEX triplet: B7, 0F and AA. RGB value is (183,15,170). Sum of RGB (Red+Green+Blue) = 183+15+170=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B70FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70FAA is #48F055. Grayscale: #525252. Windows color (decimal): -4780118 or 11145143. OLE color: 11145143.

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

Color convert

RGB 183 15 170 -
CMYK 0 0.92 0.07 0.28
HSL 304.64º 0.85% 0.39% -
HSV(B) 304.64º 0.92% 0.72% -
XYZ 26.95 13.31 39.18 -
YUV 82.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 183 15 170 0 0.92 0.07 0.28 304.64 0.85 0.39
Hex B7 F AA 0 5C 7 1C 131 55 27
Octal 267 17 252 0 134 7 34 461 125 47
Binary 10110111 1111 10101010 0 1011100 111 11100 100110001 1010101 100111

Color Harmonies of #B70FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FAA

Black with #B70FAA

Text Example


Text Example

White with #B70FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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