#B1239B

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

Shades of Medium Red Violet #B1239B

Tints of Medium Red Violet #B1239B

Color information

#B1239B (or 0xB1239B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 23 and 9B. RGB value is (177,35,155). Sum of RGB (Red+Green+Blue) = 177+35+155=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1239B is #4EDC64. Grayscale: #5A5A5A. Windows color (decimal): -5168229 or 10167217. OLE color: 10167217.

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

Color convert

RGB17735155-
CMYK00.800.120.31
HSL309.3º66.98%41.57%-
HSV(B)309.3º80.23%69.41%-
XYZ24.6512.9232.2-
YUV91.14164.04189.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 35 (14.06% from 255) = 9.54%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=48.23%
G=9.54%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773515500.800.120.31309.366.9841.57
HexB1239B050C1F135432a
Octal261432330120143746510352
Binary1011000110001110011011010100001100111111001101011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1239B; }

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

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

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

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

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

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

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

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