Html Css Color HEX #B7377F Medium Red Violet

📋 copy color: '#B7377F'

red 183 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #B7377F

Tints of Medium Red Violet #B7377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

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

R = 50.14%
G = 15.07%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7377F (or 0xB7377F) is known color: Medium Red Violet. HEX triplet: B7, 37 and 7F. RGB value is (183,55,127). Sum of RGB (Red+Green+Blue) = 183+55+127=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7377F is #48C880. Grayscale: #656565. Windows color (decimal): -4769921 or 8337335. OLE color: 8337335.

HSL color Cylindrical-coordinate representation of color #B7377F: hue angle of 326.25º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7377F is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 55 127 -
CMYK 0 0.70 0.31 0.28
HSL 326.25º 0.54% 0.47% -
HSV(B) 326.25º 0.7% 0.72% -
XYZ 24.73 14.33 21.54 -
YUV 101.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 183 55 127 0 0.70 0.31 0.28 326.25 0.54 0.47
Hex B7 37 7F 0 46 1F 1C 146 36 2F
Octal 267 67 177 0 106 37 34 506 66 57
Binary 10110111 110111 1111111 0 1000110 11111 11100 101000110 110110 101111

Color Harmonies of #B7377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7377F

Black with #B7377F

Text Example


Text Example

White with #B7377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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