Html Css Color HEX #B70778 Medium Violet Red

📋 copy color: '#B70778'

red 183 ◦ green 7 ◦ blue 120

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

Shades of Medium Violet Red #B70778

Tints of Medium Violet Red #B70778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 59.03%
G = 2.26%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B70778 (or 0xB70778) is known color: Medium Violet Red. HEX triplet: B7, 07 and 78. RGB value is (183,7,120). Sum of RGB (Red+Green+Blue) = 183+7+120=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B70778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70778 is #48F887. Grayscale: #484848. Windows color (decimal): -4782216 or 7866295. OLE color: 7866295.

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

Color convert

RGB 183 7 120 -
CMYK 0 0.96 0.34 0.28
HSL 321.48º 0.93% 0.37% -
HSV(B) 321.48º 0.96% 0.72% -
XYZ 22.99 11.58 18.79 -
YUV 72.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 183 7 120 0 0.96 0.34 0.28 321.48 0.93 0.37
Hex B7 7 78 0 60 22 1C 141 5D 25
Octal 267 7 170 0 140 42 34 501 135 45
Binary 10110111 111 1111000 0 1100000 100010 11100 101000001 1011101 100101

Color Harmonies of #B70778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70778

Black with #B70778

Text Example


Text Example

White with #B70778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70778; }

 p { color: rgb(183,7,120); }

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

background-color css

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

 a { background-color: rgb(183,7,120); }

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

border-color css

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

 span { border-color: rgb(183,7,120); }

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