#B12678

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

Shades of Medium Red Violet #B12678

Tints of Medium Red Violet #B12678

Color information

#B12678 (or 0xB12678) is unknown color: approx Medium Red Violet. HEX triplet: B1, 26 and 78. RGB value is (177,38,120). Sum of RGB (Red+Green+Blue) = 177+38+120=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B12678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12678 is #4ED987. Grayscale: #585858. Windows color (decimal): -5167496 or 7874225. OLE color: 7874225.

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

Color convert

RGB17738120-
CMYK00.790.320.31
HSL324.6º64.65%42.16%-
HSV(B)324.6º78.53%69.41%-
XYZ22.2112.0918.93-
YUV88.91145.55190.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=52.84%
G=11.34%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773812000.790.320.31324.664.6542.16
HexB1267804F201F145412a
Octal261461700117403750510152
Binary10110001100110111100001001111100000111111010001011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12678; }

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

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

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

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

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

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

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

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