Html Css Color HEX #B4137B Medium Violet Red

📋 copy color: '#B4137B'

red 180 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #B4137B

Tints of Medium Violet Red #B4137B

RGB

 RED value IS 180 (70.7% from 255) = 55.9%

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 55.9%
G = 5.9%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4137B (or 0xB4137B) is known color: Medium Violet Red. HEX triplet: B4, 13 and 7B. RGB value is (180,19,123). Sum of RGB (Red+Green+Blue) = 180+19+123=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4137B is #4BEC84. Grayscale: #4E4E4E. Windows color (decimal): -4975749 or 8065972. OLE color: 8065972.

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

Color convert

RGB 180 19 123 -
CMYK 0 0.89 0.32 0.29
HSL 321.24º 0.81% 0.39% -
HSV(B) 321.24º 0.89% 0.71% -
XYZ 22.63 11.6 19.78 -
YUV 79 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 180 19 123 0 0.89 0.32 0.29 321.24 0.81 0.39
Hex B4 13 7B 0 59 20 1D 141 51 27
Octal 264 23 173 0 131 40 35 501 121 47
Binary 10110100 10011 1111011 0 1011001 100000 11101 101000001 1010001 100111

Color Harmonies of #B4137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4137B

Black with #B4137B

Text Example


Text Example

White with #B4137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4137B; }

 p { color: rgb(180,19,123); }

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

background-color css

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

 a { background-color: rgb(180,19,123); }

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

border-color css

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

 span { border-color: rgb(180,19,123); }

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