#B12374

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

Shades of Medium Red Violet #B12374

Tints of Medium Red Violet #B12374

Color information

#B12374 (or 0xB12374) is unknown color: approx Medium Red Violet. HEX triplet: B1, 23 and 74. RGB value is (177,35,116). Sum of RGB (Red+Green+Blue) = 177+35+116=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B12374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12374 is #4EDC8B. Grayscale: #565656. Windows color (decimal): -5168268 or 7611313. OLE color: 7611313.

HSL color Cylindrical-coordinate representation of color #B12374: hue angle of 325.77º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12374 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17735116-
CMYK00.800.340.31
HSL325.77º66.98%41.57%-
HSV(B)325.77º80.23%69.41%-
XYZ21.8811.8117.65-
YUV86.69144.54192.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 35 (14.06% from 255) = 10.67%
BLUE value IS 116 (45.70% from 255) = 35.37%
R=53.96%
G=10.67%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773511600.800.340.31325.7766.9841.57
HexB12374050221F146432a
Octal261431640120423750610352
Binary10110001100011111010001010000100010111111010001101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12374; }

 p { color: rgb(177,35,116); }

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

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

 a { background-color: rgb(177,35,116); }

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

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

 span { border-color: rgb(177,35,116); }

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