#B1237D

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

Shades of Medium Red Violet #B1237D

Tints of Medium Red Violet #B1237D

Color information

#B1237D (or 0xB1237D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 23 and 7D. RGB value is (177,35,125). Sum of RGB (Red+Green+Blue) = 177+35+125=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1237D is #4EDC82. Grayscale: #575757. Windows color (decimal): -5168259 or 8201137. OLE color: 8201137.

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

Color convert

RGB17735125-
CMYK00.800.290.31
HSL321.97º66.98%41.57%-
HSV(B)321.97º80.23%69.41%-
XYZ22.4312.0320.54-
YUV87.72149.04191.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=52.52%
G=10.39%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773512500.800.290.31321.9766.9841.57
HexB1237D0501D1F142432a
Octal261431750120353750210352
Binary1011000110001111111010101000011101111111010000101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1237D; }

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

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

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

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

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

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

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

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