Html Css Color HEX #B70878 Medium Violet Red

📋 copy color: '#B70878'

red 183 ◦ green 8 ◦ blue 120

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

Shades of Medium Violet Red #B70878

Tints of Medium Violet Red #B70878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.57%

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

R = 58.84%
G = 2.57%
B = 38.59%

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

#B70878 (or 0xB70878) is known color: Medium Violet Red. HEX triplet: B7, 08 and 78. RGB value is (183,8,120). Sum of RGB (Red+Green+Blue) = 183+8+120=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B70878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70878 is #48F787. Grayscale: #484848. Windows color (decimal): -4781960 or 7866551. OLE color: 7866551.

HSL color Cylindrical-coordinate representation of color #B70878: hue angle of 321.6º degrees, saturation: 0.92, 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 #B70878 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 8 120 -
CMYK 0 0.96 0.34 0.28
HSL 321.6º 0.92% 0.37% -
HSV(B) 321.6º 0.96% 0.72% -
XYZ 23.01 11.6 18.8 -
YUV 73.09 154.48 206.39 -
System Red Green Blue C M Y K H S L
Decimal 183 8 120 0 0.96 0.34 0.28 321.6 0.92 0.37
Hex B7 8 78 0 60 22 1C 142 5C 25
Octal 267 10 170 0 140 42 34 502 134 45
Binary 10110111 1000 1111000 0 1100000 100010 11100 101000010 1011100 100101

Color Harmonies of #B70878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70878

Black with #B70878

Text Example


Text Example

White with #B70878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70878; }

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

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

background-color css

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

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

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

border-color css

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

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

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