#b1367a

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

Shades of Medium Red Violet #B1367A

Tints of Medium Red Violet #B1367A

Color information

#B1367A (or 0xB1367A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 36 and 7A. RGB value is (177,54,122). Sum of RGB (Red+Green+Blue) = 177+54+122=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1367A is #4EC985. Grayscale: #626262. Windows color (decimal): -5163398 or 8009393. OLE color: 8009393.

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

Color convert

RGB17754122-
CMYK00.690.310.31
HSL326.83º53.25%45.29%-
HSV(B)326.83º69.49%69.41%-
XYZ22.9613.3919.79-
YUV98.53141.25183.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 54 (21.48% from 255) = 15.30%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=50.14%
G=15.30%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775412200.690.310.31326.8353.2545.29
HexB1367A0451F1F147352d
Octal26166172010537375076555
Binary101100011101101111010010001011111111111101000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1367a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1367a; }

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

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

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

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

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

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

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

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