Html Css Color HEX #B70ADF Deep Magenta

📋 copy color: '#B70ADF'

red 183 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #B70ADF

Tints of Deep Magenta #B70ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 43.99%
G = 2.4%
B = 53.61%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B70ADF (or 0xB70ADF) is known color: Deep Magenta. HEX triplet: B7, 0A and DF. RGB value is (183,10,223). Sum of RGB (Red+Green+Blue) = 183+10+223=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #B70ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70ADF is #48F520. Grayscale: #555555. Windows color (decimal): -4781345 or 14617271. OLE color: 14617271.

HSL color Cylindrical-coordinate representation of color #B70ADF: hue angle of 288.73º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70ADF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 10 223 -
CMYK 0.18 0.96 0 0.13
HSL 288.73º 0.91% 0.46% -
HSV(B) 288.73º 0.96% 0.87% -
XYZ 32.96 15.61 71.09 -
YUV 86.01 205.31 197.18 -
System Red Green Blue C M Y K H S L
Decimal 183 10 223 0.18 0.96 0 0.13 288.73 0.91 0.46
Hex B7 A DF 12 60 0 D 121 5B 2E
Octal 267 12 337 22 140 0 15 441 133 56
Binary 10110111 1010 11011111 10010 1100000 0 1101 100100001 1011011 101110

Color Harmonies of #B70ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70ADF

Black with #B70ADF

Text Example


Text Example

White with #B70ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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