Html Css Color HEX #B2137C Medium Violet Red

📋 copy color: '#B2137C'

red 178 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #B2137C

Tints of Medium Violet Red #B2137C

RGB

 RED value IS 178 (69.92% from 255) = 55.45%

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

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

R = 55.45%
G = 5.92%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2137C (or 0xB2137C) is known color: Medium Violet Red. HEX triplet: B2, 13 and 7C. RGB value is (178,19,124). Sum of RGB (Red+Green+Blue) = 178+19+124=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2137C is #4DEC83. Grayscale: #4E4E4E. Windows color (decimal): -5106820 or 8131506. OLE color: 8131506.

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

Color convert

RGB 178 19 124 -
CMYK 0 0.89 0.30 0.30
HSL 320.38º 0.81% 0.39% -
HSV(B) 320.38º 0.89% 0.7% -
XYZ 22.23 11.39 20.09 -
YUV 78.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 178 19 124 0 0.89 0.30 0.30 320.38 0.81 0.39
Hex B2 13 7C 0 59 1E 1E 140 51 27
Octal 262 23 174 0 131 36 36 500 121 47
Binary 10110010 10011 1111100 0 1011001 11110 11110 101000000 1010001 100111

Color Harmonies of #B2137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2137C

Black with #B2137C

Text Example


Text Example

White with #B2137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2137C; }

 p { color: rgb(178,19,124); }

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

background-color css

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

 a { background-color: rgb(178,19,124); }

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

border-color css

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

 span { border-color: rgb(178,19,124); }

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