#B7128C

Color #B7128C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B7128C

Tints of Medium Violet Red #B7128C

Color information

#B7128C (or 0xB7128C) is unknown color: approx Medium Violet Red. HEX triplet: B7, 12 and 8C. RGB value is (183,18,140). Sum of RGB (Red+Green+Blue) = 183+18+140=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7128C is #48ED73. Grayscale: #505050. Windows color (decimal): -4779380 or 9179831. OLE color: 9179831.

HSL color Cylindrical-coordinate representation of color #B7128C: hue angle of 315.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7128C is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18318140-
CMYK00.900.230.28
HSL315.64º82.09%39.41%-
HSV(B)315.64º90.16%71.76%-
XYZ24.4812.3925.91-
YUV81.24161.16200.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 18 (7.42% from 255) = 5.28%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=53.67%
G=5.28%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831814000.900.230.28315.6482.0939.41
HexB7128C05A171C13c5227
Octal267222140132273447412247
Binary1011011110010100011000101101010111111001001111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7128C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7128C; }

 p { color: rgb(183,18,140); }

 H1.HeaderClassName
 {
   color: #B7128C;
 }
 .AnyTagClassName
 {
   color: #B7128C;
 }
</style>
background-color css

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

 a { background-color: rgb(183,18,140); }

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

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

 span { border-color: rgb(183,18,140); }

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