Html Css Color HEX #B2137B Medium Violet Red

📋 copy color: '#B2137B'

red 178 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #B2137B

Tints of Medium Violet Red #B2137B

RGB

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

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

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

R = 55.63%
G = 5.94%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2137B (or 0xB2137B) is known color: Medium Violet Red. HEX triplet: B2, 13 and 7B. RGB value is (178,19,123). Sum of RGB (Red+Green+Blue) = 178+19+123=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2137B is #4DEC84. Grayscale: #4E4E4E. Windows color (decimal): -5106821 or 8065970. OLE color: 8065970.

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

Color convert

RGB 178 19 123 -
CMYK 0 0.89 0.31 0.30
HSL 320.75º 0.81% 0.39% -
HSV(B) 320.75º 0.89% 0.7% -
XYZ 22.17 11.36 19.76 -
YUV 78.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 178 19 123 0 0.89 0.31 0.30 320.75 0.81 0.39
Hex B2 13 7B 0 59 1F 1E 141 51 27
Octal 262 23 173 0 131 37 36 501 121 47
Binary 10110010 10011 1111011 0 1011001 11111 11110 101000001 1010001 100111

Color Harmonies of #B2137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2137B

Black with #B2137B

Text Example


Text Example

White with #B2137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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