Html Css Color HEX #B70AD6 Deep Magenta

📋 copy color: '#B70AD6'

red 183 ◦ green 10 ◦ blue 214

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

Shades of Deep Magenta #B70AD6

Tints of Deep Magenta #B70AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.58%

R = 44.96%
G = 2.46%
B = 52.58%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B70AD6 (or 0xB70AD6) is known color: Deep Magenta. HEX triplet: B7, 0A and D6. RGB value is (183,10,214). Sum of RGB (Red+Green+Blue) = 183+10+214=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #B70AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70AD6 is #48F529. Grayscale: #545454. Windows color (decimal): -4781354 or 14027447. OLE color: 14027447.

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

Color convert

RGB 183 10 214 -
CMYK 0.14 0.95 0 0.16
HSL 290.88º 0.91% 0.44% -
HSV(B) 290.88º 0.95% 0.84% -
XYZ 31.77 15.14 64.87 -
YUV 84.98 200.81 197.91 -
System Red Green Blue C M Y K H S L
Decimal 183 10 214 0.14 0.95 0 0.16 290.88 0.91 0.44
Hex B7 A D6 E 5F 0 10 123 5B 2C
Octal 267 12 326 16 137 0 20 443 133 54
Binary 10110111 1010 11010110 1110 1011111 0 10000 100100011 1011011 101100

Color Harmonies of #B70AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70AD6

Black with #B70AD6

Text Example


Text Example

White with #B70AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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