Html Css Color HEX #B7057C Medium Violet Red

📋 copy color: '#B7057C'

red 183 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #B7057C

Tints of Medium Violet Red #B7057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 58.65%
G = 1.6%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7057C (or 0xB7057C) is known color: Medium Violet Red. HEX triplet: B7, 05 and 7C. RGB value is (183,5,124). Sum of RGB (Red+Green+Blue) = 183+5+124=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7057C is #48FA83. Grayscale: #474747. Windows color (decimal): -4782724 or 8127927. OLE color: 8127927.

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

Color convert

RGB 183 5 124 -
CMYK 0 0.97 0.32 0.28
HSL 319.89º 0.95% 0.37% -
HSV(B) 319.89º 0.97% 0.72% -
XYZ 23.22 11.63 20.09 -
YUV 71.79 157.47 207.32 -
System Red Green Blue C M Y K H S L
Decimal 183 5 124 0 0.97 0.32 0.28 319.89 0.95 0.37
Hex B7 5 7C 0 61 20 1C 140 5F 25
Octal 267 5 174 0 141 40 34 500 137 45
Binary 10110111 101 1111100 0 1100001 100000 11100 101000000 1011111 100101

Color Harmonies of #B7057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7057C

Black with #B7057C

Text Example


Text Example

White with #B7057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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