Html Css Color HEX #B70478 Medium Violet Red

📋 copy color: '#B70478'

red 183 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #B70478

Tints of Medium Violet Red #B70478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 59.61%
G = 1.3%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B70478 (or 0xB70478) is known color: Medium Violet Red. HEX triplet: B7, 04 and 78. RGB value is (183,4,120). Sum of RGB (Red+Green+Blue) = 183+4+120=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B70478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70478 is #48FB87. Grayscale: #464646. Windows color (decimal): -4782984 or 7865527. OLE color: 7865527.

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

Color convert

RGB 183 4 120 -
CMYK 0 0.98 0.34 0.28
HSL 321.12º 0.96% 0.37% -
HSV(B) 321.12º 0.98% 0.72% -
XYZ 22.96 11.51 18.78 -
YUV 70.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 183 4 120 0 0.98 0.34 0.28 321.12 0.96 0.37
Hex B7 4 78 0 62 22 1C 141 60 25
Octal 267 4 170 0 142 42 34 501 140 45
Binary 10110111 100 1111000 0 1100010 100010 11100 101000001 1100000 100101

Color Harmonies of #B70478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70478

Black with #B70478

Text Example


Text Example

White with #B70478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70478; }

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

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

background-color css

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

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

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

border-color css

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

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

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