#B1339A

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

Shades of Medium Red Violet #B1339A

Tints of Medium Red Violet #B1339A

Color information

#B1339A (or 0xB1339A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 33 and 9A. RGB value is (177,51,154). Sum of RGB (Red+Green+Blue) = 177+51+154=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1339A is #4ECC65. Grayscale: #646464. Windows color (decimal): -5164134 or 10105777. OLE color: 10105777.

HSL color Cylindrical-coordinate representation of color #B1339A: hue angle of 310.95º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1339A is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17751154-
CMYK00.710.130.31
HSL310.95º55.26%44.71%-
HSV(B)310.95º71.19%69.41%-
XYZ25.1514.0531.96-
YUV100.42158.24182.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 51 (20.31% from 255) = 13.35%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=46.34%
G=13.35%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775115400.710.130.31310.9555.2644.71
HexB1339A047D1F137372d
Octal26163232010715374676755
Binary101100011100111001101001000111110111111100110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1339A; }

 p { color: rgb(177,51,154); }

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

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

 a { background-color: rgb(177,51,154); }

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

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

 span { border-color: rgb(177,51,154); }

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