Html Css Color HEX #B70DA0 Medium Violet Red

📋 copy color: '#B70DA0'

red 183 ◦ green 13 ◦ blue 160

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

Shades of Medium Violet Red #B70DA0

Tints of Medium Violet Red #B70DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 51.4%
G = 3.65%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B70DA0 (or 0xB70DA0) is known color: Medium Violet Red. HEX triplet: B7, 0D and A0. RGB value is (183,13,160). Sum of RGB (Red+Green+Blue) = 183+13+160=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B70DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70DA0 is #48F25F. Grayscale: #505050. Windows color (decimal): -4780640 or 10489271. OLE color: 10489271.

HSL color Cylindrical-coordinate representation of color #B70DA0: hue angle of 308.12º 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 #B70DA0 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 13 160 -
CMYK 0 0.93 0.13 0.28
HSL 308.12º 0.87% 0.38% -
HSV(B) 308.12º 0.93% 0.72% -
XYZ 26.02 12.89 34.38 -
YUV 80.59 172.82 201.05 -
System Red Green Blue C M Y K H S L
Decimal 183 13 160 0 0.93 0.13 0.28 308.12 0.87 0.38
Hex B7 D A0 0 5D D 1C 134 57 26
Octal 267 15 240 0 135 15 34 464 127 46
Binary 10110111 1101 10100000 0 1011101 1101 11100 100110100 1010111 100110

Color Harmonies of #B70DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70DA0

Black with #B70DA0

Text Example


Text Example

White with #B70DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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