#B1236E

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

Shades of Medium Red Violet #B1236E

Tints of Medium Red Violet #B1236E

Color information

#B1236E (or 0xB1236E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 23 and 6E. RGB value is (177,35,110). Sum of RGB (Red+Green+Blue) = 177+35+110=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1236E is #4EDC91. Grayscale: #555555. Windows color (decimal): -5168274 or 7218097. OLE color: 7218097.

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

Color convert

RGB17735110-
CMYK00.800.380.31
HSL328.31º66.98%41.57%-
HSV(B)328.31º80.23%69.41%-
XYZ21.5511.6715.87-
YUV86.01141.54192.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 35 (14.06% from 255) = 10.87%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=54.97%
G=10.87%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773511000.800.380.31328.3166.9841.57
HexB1236E050261F148432a
Octal261431560120463751010352
Binary10110001100011110111001010000100110111111010010001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1236E; }

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

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

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

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

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

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

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

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