Html Css Color HEX #B70FAB Deep Magenta

📋 copy color: '#B70FAB'

red 183 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #B70FAB

Tints of Deep Magenta #B70FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 49.59%
G = 4.07%
B = 46.34%

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

#B70FAB (or 0xB70FAB) is known color: Deep Magenta. HEX triplet: B7, 0F and AB. RGB value is (183,15,171). Sum of RGB (Red+Green+Blue) = 183+15+171=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B70FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70FAB is #48F054. Grayscale: #525252. Windows color (decimal): -4780117 or 11210679. OLE color: 11210679.

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

Color convert

RGB 183 15 171 -
CMYK 0 0.92 0.07 0.28
HSL 304.29º 0.85% 0.39% -
HSV(B) 304.29º 0.92% 0.72% -
XYZ 27.05 13.35 39.68 -
YUV 83.02 177.66 199.32 -
System Red Green Blue C M Y K H S L
Decimal 183 15 171 0 0.92 0.07 0.28 304.29 0.85 0.39
Hex B7 F AB 0 5C 7 1C 130 55 27
Octal 267 17 253 0 134 7 34 460 125 47
Binary 10110111 1111 10101011 0 1011100 111 11100 100110000 1010101 100111

Color Harmonies of #B70FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FAB

Black with #B70FAB

Text Example


Text Example

White with #B70FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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