#B12670

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

Shades of Medium Red Violet #B12670

Tints of Medium Red Violet #B12670

Color information

#B12670 (or 0xB12670) is unknown color: approx Medium Red Violet. HEX triplet: B1, 26 and 70. RGB value is (177,38,112). Sum of RGB (Red+Green+Blue) = 177+38+112=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B12670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12670 is #4ED98F. Grayscale: #575757. Windows color (decimal): -5167504 or 7349937. OLE color: 7349937.

HSL color Cylindrical-coordinate representation of color #B12670: hue angle of 328.06º 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 #B12670 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17738112-
CMYK00.790.370.31
HSL328.06º64.65%42.16%-
HSV(B)328.06º78.53%69.41%-
XYZ21.7511.916.48-
YUV88141.55191.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 38 (15.23% from 255) = 11.62%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=54.13%
G=11.62%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773811200.790.370.31328.0664.6542.16
HexB1267004F251F148412a
Octal261461600117453751010152
Binary10110001100110111000001001111100101111111010010001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12670; }

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

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

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

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

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

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

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

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