#B7128B

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

Shades of Medium Violet Red #B7128B

Tints of Medium Violet Red #B7128B

Color information

#B7128B (or 0xB7128B) is unknown color: approx Medium Violet Red. HEX triplet: B7, 12 and 8B. RGB value is (183,18,139). Sum of RGB (Red+Green+Blue) = 183+18+139=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7128B is #48ED74. Grayscale: #505050. Windows color (decimal): -4779381 or 9114295. OLE color: 9114295.

HSL color Cylindrical-coordinate representation of color #B7128B: hue angle of 316º 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 #B7128B is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB18318139-
CMYK00.900.240.28
HSL316º82.09%39.41%-
HSV(B)316º90.16%71.76%-
XYZ24.412.3625.53-
YUV81.13160.66200.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 18 (7.42% from 255) = 5.29%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=53.82%
G=5.29%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831813900.900.240.2831682.0939.41
HexB7128B05A181C13c5227
Octal267222130132303447412247
Binary1011011110010100010110101101011000111001001111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7128B; }

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

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

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

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

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

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

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

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