Html Css Color HEX #B70477 Medium Violet Red

📋 copy color: '#B70477'

red 183 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #B70477

Tints of Medium Violet Red #B70477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 59.8%
G = 1.31%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B70477 (or 0xB70477) is known color: Medium Violet Red. HEX triplet: B7, 04 and 77. RGB value is (183,4,119). Sum of RGB (Red+Green+Blue) = 183+4+119=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B70477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70477 is #48FB88. Grayscale: #464646. Windows color (decimal): -4782985 or 7799991. OLE color: 7799991.

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

Color convert

RGB 183 4 119 -
CMYK 0 0.98 0.35 0.28
HSL 321.45º 0.96% 0.37% -
HSV(B) 321.45º 0.98% 0.72% -
XYZ 22.9 11.49 18.46 -
YUV 70.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 183 4 119 0 0.98 0.35 0.28 321.45 0.96 0.37
Hex B7 4 77 0 62 23 1C 141 60 25
Octal 267 4 167 0 142 43 34 501 140 45
Binary 10110111 100 1110111 0 1100010 100011 11100 101000001 1100000 100101

Color Harmonies of #B70477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70477

Black with #B70477

Text Example


Text Example

White with #B70477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70477; }

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

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

background-color css

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

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

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

border-color css

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

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

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