Html Css Color HEX #B5377F Medium Red Violet

📋 copy color: '#B5377F'

red 181 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #B5377F

Tints of Medium Red Violet #B5377F

RGB

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

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

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

R = 49.86%
G = 15.15%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5377F (or 0xB5377F) is known color: Medium Red Violet. HEX triplet: B5, 37 and 7F. RGB value is (181,55,127). Sum of RGB (Red+Green+Blue) = 181+55+127=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5377F is #4AC880. Grayscale: #646464. Windows color (decimal): -4900993 or 8337333. OLE color: 8337333.

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

Color convert

RGB 181 55 127 -
CMYK 0 0.70 0.30 0.29
HSL 325.71º 0.53% 0.46% -
HSV(B) 325.71º 0.7% 0.71% -
XYZ 24.25 14.09 21.52 -
YUV 100.88 142.74 185.15 -
System Red Green Blue C M Y K H S L
Decimal 181 55 127 0 0.70 0.30 0.29 325.71 0.53 0.46
Hex B5 37 7F 0 46 1E 1D 146 35 2E
Octal 265 67 177 0 106 36 35 506 65 56
Binary 10110101 110111 1111111 0 1000110 11110 11101 101000110 110101 101110

Color Harmonies of #B5377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5377F

Black with #B5377F

Text Example


Text Example

White with #B5377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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