Html Css Color HEX #B70AC1 Deep Magenta

📋 copy color: '#B70AC1'

red 183 ◦ green 10 ◦ blue 193

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

Shades of Deep Magenta #B70AC1

Tints of Deep Magenta #B70AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50%

R = 47.41%
G = 2.59%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B70AC1 (or 0xB70AC1) is known color: Deep Magenta. HEX triplet: B7, 0A and C1. RGB value is (183,10,193). Sum of RGB (Red+Green+Blue) = 183+10+193=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #B70AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70AC1 is #48F53E. Grayscale: #525252. Windows color (decimal): -4781375 or 12651191. OLE color: 12651191.

HSL color Cylindrical-coordinate representation of color #B70AC1: hue angle of 296.72º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70AC1 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 10 193 -
CMYK 0.05 0.95 0 0.24
HSL 296.72º 0.9% 0.4% -
HSV(B) 296.72º 0.95% 0.76% -
XYZ 29.26 14.13 51.64 -
YUV 82.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 183 10 193 0.05 0.95 0 0.24 296.72 0.9 0.4
Hex B7 A C1 5 5F 0 18 129 5A 28
Octal 267 12 301 5 137 0 30 451 132 50
Binary 10110111 1010 11000001 101 1011111 0 11000 100101001 1011010 101000

Color Harmonies of #B70AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70AC1

Black with #B70AC1

Text Example


Text Example

White with #B70AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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