Html Css Color HEX #B2138C Medium Violet Red

📋 copy color: '#B2138C'

red 178 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #B2138C

Tints of Medium Violet Red #B2138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 52.82%
G = 5.64%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2138C (or 0xB2138C) is known color: Medium Violet Red. HEX triplet: B2, 13 and 8C. RGB value is (178,19,140). Sum of RGB (Red+Green+Blue) = 178+19+140=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2138C is #4DEC73. Grayscale: #505050. Windows color (decimal): -5106804 or 9180082. OLE color: 9180082.

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

Color convert

RGB 178 19 140 -
CMYK 0 0.89 0.21 0.30
HSL 314.34º 0.81% 0.39% -
HSV(B) 314.34º 0.89% 0.7% -
XYZ 23.33 11.82 25.86 -
YUV 80.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 178 19 140 0 0.89 0.21 0.30 314.34 0.81 0.39
Hex B2 13 8C 0 59 15 1E 13A 51 27
Octal 262 23 214 0 131 25 36 472 121 47
Binary 10110010 10011 10001100 0 1011001 10101 11110 100111010 1010001 100111

Color Harmonies of #B2138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2138C

Black with #B2138C

Text Example


Text Example

White with #B2138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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