Html Css Color HEX #B70DAF Deep Magenta

📋 copy color: '#B70DAF'

red 183 ◦ green 13 ◦ blue 175

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

Shades of Deep Magenta #B70DAF

Tints of Deep Magenta #B70DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 49.33%
G = 3.5%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B70DAF (or 0xB70DAF) is known color: Deep Magenta. HEX triplet: B7, 0D and AF. RGB value is (183,13,175). Sum of RGB (Red+Green+Blue) = 183+13+175=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B70DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70DAF is #48F250. Grayscale: #515151. Windows color (decimal): -4780625 or 11472311. OLE color: 11472311.

HSL color Cylindrical-coordinate representation of color #B70DAF: hue angle of 302.82º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70DAF is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 13 175 -
CMYK 0 0.93 0.04 0.28
HSL 302.82º 0.87% 0.38% -
HSV(B) 302.82º 0.93% 0.72% -
XYZ 27.41 13.45 41.71 -
YUV 82.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 183 13 175 0 0.93 0.04 0.28 302.82 0.87 0.38
Hex B7 D AF 0 5D 4 1C 12F 57 26
Octal 267 15 257 0 135 4 34 457 127 46
Binary 10110111 1101 10101111 0 1011101 100 11100 100101111 1010111 100110

Color Harmonies of #B70DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70DAF

Black with #B70DAF

Text Example


Text Example

White with #B70DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70DAF; }

 p { color: rgb(183,13,175); }

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

background-color css

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

 a { background-color: rgb(183,13,175); }

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

border-color css

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

 span { border-color: rgb(183,13,175); }

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