Html Css Color HEX #B5377C Medium Red Violet

📋 copy color: '#B5377C'

red 181 ◦ green 55 ◦ blue 124

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

Shades of Medium Red Violet #B5377C

Tints of Medium Red Violet #B5377C

RGB

 RED value IS 181 (71.09% from 255) = 50.28%

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

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

R = 50.28%
G = 15.28%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5377C (or 0xB5377C) is known color: Medium Red Violet. HEX triplet: B5, 37 and 7C. RGB value is (181,55,124). Sum of RGB (Red+Green+Blue) = 181+55+124=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5377C is #4AC883. Grayscale: #646464. Windows color (decimal): -4900996 or 8140725. OLE color: 8140725.

HSL color Cylindrical-coordinate representation of color #B5377C: hue angle of 327.14º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5377C is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 55 124 -
CMYK 0 0.70 0.31 0.29
HSL 327.14º 0.53% 0.46% -
HSV(B) 327.14º 0.7% 0.71% -
XYZ 24.06 14.01 20.51 -
YUV 100.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 181 55 124 0 0.70 0.31 0.29 327.14 0.53 0.46
Hex B5 37 7C 0 46 1F 1D 147 35 2E
Octal 265 67 174 0 106 37 35 507 65 56
Binary 10110101 110111 1111100 0 1000110 11111 11101 101000111 110101 101110

Color Harmonies of #B5377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5377C

Black with #B5377C

Text Example


Text Example

White with #B5377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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