#B1097B

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

Shades of Medium Violet Red #B1097B

Tints of Medium Violet Red #B1097B

Color information

#B1097B (or 0xB1097B) is unknown color: approx Medium Violet Red. HEX triplet: B1, 09 and 7B. RGB value is (177,9,123). Sum of RGB (Red+Green+Blue) = 177+9+123=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1097B is #4EF684. Grayscale: #474747. Windows color (decimal): -5174917 or 8063409. OLE color: 8063409.

HSL color Cylindrical-coordinate representation of color #B1097B: hue angle of 319.29º degrees, saturation: 0.9, 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 #B1097B is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB1779123-
CMYK00.950.310.31
HSL319.29º90.32%36.47%-
HSV(B)319.29º94.92%69.41%-
XYZ21.810.9719.71-
YUV72.23156.66202.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 9 (3.91% from 255) = 2.91%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=57.28%
G=2.91%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177912300.950.310.31319.2990.3236.47
HexB197B05F1F1F13f5a24
Octal261111730137373747713244
Binary10110001100111110110101111111111111111001111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1097B; }

 p { color: rgb(177,9,123); }

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

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

 a { background-color: rgb(177,9,123); }

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

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

 span { border-color: rgb(177,9,123); }

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