Html Css Color HEX #B3137F Medium Violet Red

📋 copy color: '#B3137F'

red 179 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #B3137F

Tints of Medium Violet Red #B3137F

RGB

 RED value IS 179 (70.31% from 255) = 55.08%

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

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

R = 55.08%
G = 5.85%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3137F (or 0xB3137F) is known color: Medium Violet Red. HEX triplet: B3, 13 and 7F. RGB value is (179,19,127). Sum of RGB (Red+Green+Blue) = 179+19+127=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3137F is #4CEC80. Grayscale: #4E4E4E. Windows color (decimal): -5041281 or 8328115. OLE color: 8328115.

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

Color convert

RGB 179 19 127 -
CMYK 0 0.89 0.29 0.30
HSL 319.5º 0.81% 0.39% -
HSV(B) 319.5º 0.89% 0.7% -
XYZ 22.65 11.58 21.12 -
YUV 79.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 179 19 127 0 0.89 0.29 0.30 319.5 0.81 0.39
Hex B3 13 7F 0 59 1D 1E 140 51 27
Octal 263 23 177 0 131 35 36 500 121 47
Binary 10110011 10011 1111111 0 1011001 11101 11110 101000000 1010001 100111

Color Harmonies of #B3137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3137F

Black with #B3137F

Text Example


Text Example

White with #B3137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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