#B1258E

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

Shades of Medium Red Violet #B1258E

Tints of Medium Red Violet #B1258E

Color information

#B1258E (or 0xB1258E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 25 and 8E. RGB value is (177,37,142). Sum of RGB (Red+Green+Blue) = 177+37+142=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1258E is #4EDA71. Grayscale: #5A5A5A. Windows color (decimal): -5167730 or 9315761. OLE color: 9315761.

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

Color convert

RGB17737142-
CMYK00.790.200.31
HSL315º65.42%41.96%-
HSV(B)315º79.1%69.41%-
XYZ23.6812.6226.78-
YUV90.83156.88189.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 37 (14.84% from 255) = 10.39%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=49.72%
G=10.39%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773714200.790.200.3131565.4241.96
HexB1258E04F141F13b412a
Octal261452160117243747310152
Binary10110001100101100011100100111110100111111001110111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1258E; }

 p { color: rgb(177,37,142); }

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

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

 a { background-color: rgb(177,37,142); }

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

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

 span { border-color: rgb(177,37,142); }

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