#B12E7B

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

Shades of Medium Red Violet #B12E7B

Tints of Medium Red Violet #B12E7B

Color information

#B12E7B (or 0xB12E7B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2E and 7B. RGB value is (177,46,123). Sum of RGB (Red+Green+Blue) = 177+46+123=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E7B is #4ED184. Grayscale: #5D5D5D. Windows color (decimal): -5165445 or 8072881. OLE color: 8072881.

HSL color Cylindrical-coordinate representation of color #B12E7B: hue angle of 324.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E7B is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17746123-
CMYK00.740.310.31
HSL324.73º58.74%43.73%-
HSV(B)324.73º74.01%69.41%-
XYZ22.6812.7320-
YUV93.95144.4187.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 46 (18.36% from 255) = 13.29%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=51.16%
G=13.29%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774612300.740.310.31324.7358.7443.73
HexB12E7B04A1F1F1453b2c
Octal26156173011237375057354
Binary101100011011101111011010010101111111111101000101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E7B; }

 p { color: rgb(177,46,123); }

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

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

 a { background-color: rgb(177,46,123); }

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

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

 span { border-color: rgb(177,46,123); }

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