#B1238A

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

Shades of Medium Red Violet #B1238A

Tints of Medium Red Violet #B1238A

Color information

#B1238A (or 0xB1238A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 23 and 8A. RGB value is (177,35,138). Sum of RGB (Red+Green+Blue) = 177+35+138=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1238A is #4EDC75. Grayscale: #585858. Windows color (decimal): -5168246 or 9053105. OLE color: 9053105.

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

Color convert

RGB17735138-
CMYK00.800.220.31
HSL316.48º66.98%41.57%-
HSV(B)316.48º80.23%69.41%-
XYZ23.3212.3825.21-
YUV89.2155.54190.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 35 (14.06% from 255) = 10%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=50.57%
G=10%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773513800.800.220.31316.4866.9841.57
HexB1238A050161F13c432a
Octal261432120120263747410352
Binary10110001100011100010100101000010110111111001111001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1238A; }

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

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

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

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

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

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

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

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