#B1009A

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

Shades of Medium Violet Red #B1009A

Tints of Medium Violet Red #B1009A

Color information

#B1009A (or 0xB1009A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 00 and 9A. RGB value is (177,0,154). Sum of RGB (Red+Green+Blue) = 177+0+154=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B1009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1009A is #4EFF65. Grayscale: #464646. Windows color (decimal): -5177190 or 10092721. OLE color: 10092721.

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

Color convert

RGB1770154-
CMYK010.130.31
HSL307.8º100%34.71%-
HSV(B)307.8º100%69.41%-
XYZ23.9611.6831.56-
YUV70.48175.14203.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=53.47%
G=0%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770154010.130.31307.810034.71
HexB109A064D1F1346423
Octal26102320144153746414443
Binary10110001010011010011001001101111111001101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1009A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1009A; }

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

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

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

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

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

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

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

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