#B1327A

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

Shades of Medium Red Violet #B1327A

Tints of Medium Red Violet #B1327A

Color information

#B1327A (or 0xB1327A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 32 and 7A. RGB value is (177,50,122). Sum of RGB (Red+Green+Blue) = 177+50+122=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1327A is #4ECD85. Grayscale: #606060. Windows color (decimal): -5164422 or 8008369. OLE color: 8008369.

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

Color convert

RGB17750122-
CMYK00.720.310.31
HSL325.98º55.95%44.51%-
HSV(B)325.98º71.75%69.41%-
XYZ22.7813.0319.73-
YUV96.18142.58185.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 50 (19.92% from 255) = 14.33%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=50.72%
G=14.33%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775012200.720.310.31325.9855.9544.51
HexB1327A0481F1F146382d
Octal26162172011037375067055
Binary101100011100101111010010010001111111111101000110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1327A; }

 p { color: rgb(177,50,122); }

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

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

 a { background-color: rgb(177,50,122); }

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

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

 span { border-color: rgb(177,50,122); }

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