Html Css Color HEX #B7377C Medium Red Violet

📋 copy color: '#B7377C'

red 183 ◦ green 55 ◦ blue 124

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

Shades of Medium Red Violet #B7377C

Tints of Medium Red Violet #B7377C

RGB

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

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

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

R = 50.55%
G = 15.19%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7377C (or 0xB7377C) is known color: Medium Red Violet. HEX triplet: B7, 37 and 7C. RGB value is (183,55,124). Sum of RGB (Red+Green+Blue) = 183+55+124=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7377C is #48C883. Grayscale: #646464. Windows color (decimal): -4769924 or 8140727. OLE color: 8140727.

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

Color convert

RGB 183 55 124 -
CMYK 0 0.70 0.32 0.28
HSL 327.66º 0.54% 0.47% -
HSV(B) 327.66º 0.7% 0.72% -
XYZ 24.53 14.25 20.53 -
YUV 101.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 183 55 124 0 0.70 0.32 0.28 327.66 0.54 0.47
Hex B7 37 7C 0 46 20 1C 148 36 2F
Octal 267 67 174 0 106 40 34 510 66 57
Binary 10110111 110111 1111100 0 1000110 100000 11100 101001000 110110 101111

Color Harmonies of #B7377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7377C

Black with #B7377C

Text Example


Text Example

White with #B7377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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