#B12673

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

Shades of Medium Red Violet #B12673

Tints of Medium Red Violet #B12673

Color information

#B12673 (or 0xB12673) is unknown color: approx Medium Red Violet. HEX triplet: B1, 26 and 73. RGB value is (177,38,115). Sum of RGB (Red+Green+Blue) = 177+38+115=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12673 is #4ED98C. Grayscale: #585858. Windows color (decimal): -5167501 or 7546545. OLE color: 7546545.

HSL color Cylindrical-coordinate representation of color #B12673: hue angle of 326.76º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12673 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17738115-
CMYK00.790.350.31
HSL326.76º64.65%42.16%-
HSV(B)326.76º78.53%69.41%-
XYZ21.9211.9717.38-
YUV88.34143.05191.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 38 (15.23% from 255) = 11.52%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=53.64%
G=11.52%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773811500.790.350.31326.7664.6542.16
HexB1267304F231F147412a
Octal261461630117433750710152
Binary10110001100110111001101001111100011111111010001111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12673; }

 p { color: rgb(177,38,115); }

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

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

 a { background-color: rgb(177,38,115); }

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

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

 span { border-color: rgb(177,38,115); }

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