Html Css Color HEX #B5137F Medium Violet Red

📋 copy color: '#B5137F'

red 181 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #B5137F

Tints of Medium Violet Red #B5137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.81%

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

R = 55.35%
G = 5.81%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5137F (or 0xB5137F) is known color: Medium Violet Red. HEX triplet: B5, 13 and 7F. RGB value is (181,19,127). Sum of RGB (Red+Green+Blue) = 181+19+127=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5137F is #4AEC80. Grayscale: #4F4F4F. Windows color (decimal): -4910209 or 8328117. OLE color: 8328117.

HSL color Cylindrical-coordinate representation of color #B5137F: hue angle of 320º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5137F is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 127 -
CMYK 0 0.90 0.30 0.29
HSL 320º 0.81% 0.39% -
HSV(B) 320º 0.9% 0.71% -
XYZ 23.12 11.82 21.14 -
YUV 79.75 154.67 200.22 -
System Red Green Blue C M Y K H S L
Decimal 181 19 127 0 0.90 0.30 0.29 320 0.81 0.39
Hex B5 13 7F 0 5A 1E 1D 140 51 27
Octal 265 23 177 0 132 36 35 500 121 47
Binary 10110101 10011 1111111 0 1011010 11110 11101 101000000 1010001 100111

Color Harmonies of #B5137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5137F

Black with #B5137F

Text Example


Text Example

White with #B5137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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