Html Css Color HEX #B2118E Medium Violet Red

📋 copy color: '#B2118E'

red 178 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #B2118E

Tints of Medium Violet Red #B2118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.04%

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 52.82%
G = 5.04%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2118E (or 0xB2118E) is known color: Medium Violet Red. HEX triplet: B2, 11 and 8E. RGB value is (178,17,142). Sum of RGB (Red+Green+Blue) = 178+17+142=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2118E is #4DEE71. Grayscale: #4F4F4F. Windows color (decimal): -5107314 or 9310642. OLE color: 9310642.

HSL color Cylindrical-coordinate representation of color #B2118E: hue angle of 313.42º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2118E is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 142 -
CMYK 0 0.90 0.20 0.30
HSL 313.42º 0.83% 0.38% -
HSV(B) 313.42º 0.9% 0.7% -
XYZ 23.44 11.82 26.64 -
YUV 79.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 178 17 142 0 0.90 0.20 0.30 313.42 0.83 0.38
Hex B2 11 8E 0 5A 14 1E 139 53 26
Octal 262 21 216 0 132 24 36 471 123 46
Binary 10110010 10001 10001110 0 1011010 10100 11110 100111001 1010011 100110

Color Harmonies of #B2118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2118E

Black with #B2118E

Text Example


Text Example

White with #B2118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2118E; }

 p { color: rgb(178,17,142); }

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

background-color css

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

 a { background-color: rgb(178,17,142); }

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

border-color css

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

 span { border-color: rgb(178,17,142); }

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