Html Css Color HEX #B70AD7 Deep Magenta

📋 copy color: '#B70AD7'

red 183 ◦ green 10 ◦ blue 215

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

Shades of Deep Magenta #B70AD7

Tints of Deep Magenta #B70AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.7%

R = 44.85%
G = 2.45%
B = 52.7%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B70AD7 (or 0xB70AD7) is known color: Deep Magenta. HEX triplet: B7, 0A and D7. RGB value is (183,10,215). Sum of RGB (Red+Green+Blue) = 183+10+215=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #B70AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70AD7 is #48F528. Grayscale: #545454. Windows color (decimal): -4781353 or 14092983. OLE color: 14092983.

HSL color Cylindrical-coordinate representation of color #B70AD7: hue angle of 290.63º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70AD7 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 10 215 -
CMYK 0.15 0.95 0 0.16
HSL 290.63º 0.91% 0.44% -
HSV(B) 290.63º 0.95% 0.84% -
XYZ 31.9 15.19 65.54 -
YUV 85.1 201.31 197.83 -
System Red Green Blue C M Y K H S L
Decimal 183 10 215 0.15 0.95 0 0.16 290.63 0.91 0.44
Hex B7 A D7 F 5F 0 10 123 5B 2C
Octal 267 12 327 17 137 0 20 443 133 54
Binary 10110111 1010 11010111 1111 1011111 0 10000 100100011 1011011 101100

Color Harmonies of #B70AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70AD7

Black with #B70AD7

Text Example


Text Example

White with #B70AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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