Html Css Color HEX #B70AAC Deep Magenta

📋 copy color: '#B70AAC'

red 183 ◦ green 10 ◦ blue 172

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

Shades of Deep Magenta #B70AAC

Tints of Deep Magenta #B70AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 50.14%
G = 2.74%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B70AAC (or 0xB70AAC) is known color: Deep Magenta. HEX triplet: B7, 0A and AC. RGB value is (183,10,172). Sum of RGB (Red+Green+Blue) = 183+10+172=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B70AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70AAC is #48F553. Grayscale: #4F4F4F. Windows color (decimal): -4781396 or 11274935. OLE color: 11274935.

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

Color convert

RGB 183 10 172 -
CMYK 0 0.95 0.06 0.28
HSL 303.82º 0.9% 0.38% -
HSV(B) 303.82º 0.95% 0.72% -
XYZ 27.08 13.26 40.16 -
YUV 80.2 179.81 201.33 -
System Red Green Blue C M Y K H S L
Decimal 183 10 172 0 0.95 0.06 0.28 303.82 0.9 0.38
Hex B7 A AC 0 5F 6 1C 130 5A 26
Octal 267 12 254 0 137 6 34 460 132 46
Binary 10110111 1010 10101100 0 1011111 110 11100 100110000 1011010 100110

Color Harmonies of #B70AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70AAC

Black with #B70AAC

Text Example


Text Example

White with #B70AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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