Html Css Color HEX #B7057F Medium Violet Red

📋 copy color: '#B7057F'

red 183 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #B7057F

Tints of Medium Violet Red #B7057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.32%

R = 58.1%
G = 1.59%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7057F (or 0xB7057F) is known color: Medium Violet Red. HEX triplet: B7, 05 and 7F. RGB value is (183,5,127). Sum of RGB (Red+Green+Blue) = 183+5+127=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7057F is #48FA80. Grayscale: #474747. Windows color (decimal): -4782721 or 8324535. OLE color: 8324535.

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

Color convert

RGB 183 5 127 -
CMYK 0 0.97 0.31 0.28
HSL 318.88º 0.95% 0.37% -
HSV(B) 318.88º 0.97% 0.72% -
XYZ 23.41 11.71 21.1 -
YUV 72.13 158.97 207.08 -
System Red Green Blue C M Y K H S L
Decimal 183 5 127 0 0.97 0.31 0.28 318.88 0.95 0.37
Hex B7 5 7F 0 61 1F 1C 13F 5F 25
Octal 267 5 177 0 141 37 34 477 137 45
Binary 10110111 101 1111111 0 1100001 11111 11100 100111111 1011111 100101

Color Harmonies of #B7057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7057F

Black with #B7057F

Text Example


Text Example

White with #B7057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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