Html Css Color HEX #B70577 Medium Violet Red

📋 copy color: '#B70577'

red 183 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #B70577

Tints of Medium Violet Red #B70577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 59.61%
G = 1.63%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B70577 (or 0xB70577) is known color: Medium Violet Red. HEX triplet: B7, 05 and 77. RGB value is (183,5,119). Sum of RGB (Red+Green+Blue) = 183+5+119=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B70577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70577 is #48FA88. Grayscale: #464646. Windows color (decimal): -4782729 or 7800247. OLE color: 7800247.

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

Color convert

RGB 183 5 119 -
CMYK 0 0.97 0.35 0.28
HSL 321.57º 0.95% 0.37% -
HSV(B) 321.57º 0.97% 0.72% -
XYZ 22.91 11.51 18.47 -
YUV 71.22 154.97 207.73 -
System Red Green Blue C M Y K H S L
Decimal 183 5 119 0 0.97 0.35 0.28 321.57 0.95 0.37
Hex B7 5 77 0 61 23 1C 142 5F 25
Octal 267 5 167 0 141 43 34 502 137 45
Binary 10110111 101 1110111 0 1100001 100011 11100 101000010 1011111 100101

Color Harmonies of #B70577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70577

Black with #B70577

Text Example


Text Example

White with #B70577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70577; }

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

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

background-color css

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

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

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

border-color css

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

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

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