#B1088A

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

Shades of Medium Violet Red #B1088A

Tints of Medium Violet Red #B1088A

Color information

#B1088A (or 0xB1088A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 08 and 8A. RGB value is (177,8,138). Sum of RGB (Red+Green+Blue) = 177+8+138=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1088A is #4EF775. Grayscale: #494949. Windows color (decimal): -5175158 or 9046193. OLE color: 9046193.

HSL color Cylindrical-coordinate representation of color #B1088A: hue angle of 313.85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1088A is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB1778138-
CMYK00.950.220.31
HSL313.85º91.35%36.27%-
HSV(B)313.85º95.48%69.41%-
XYZ22.8111.3625.03-
YUV73.35164.49201.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=54.80%
G=2.48%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177813800.950.220.31313.8591.3536.27
HexB188A05F161F13a5b24
Octal261102120137263747213344
Binary101100011000100010100101111110110111111001110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1088A; }

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

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

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

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

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

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

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

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