#B1458A

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

Shades of Medium Red Violet #B1458A

Tints of Medium Red Violet #B1458A

Color information

#B1458A (or 0xB1458A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 45 and 8A. RGB value is (177,69,138). Sum of RGB (Red+Green+Blue) = 177+69+138=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1458A is #4EBA75. Grayscale: #6C6C6C. Windows color (decimal): -5159542 or 9061809. OLE color: 9061809.

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

Color convert

RGB17769138-
CMYK00.610.220.31
HSL321.67º43.9%48.24%-
HSV(B)321.67º61.02%69.41%-
XYZ24.8515.4425.72-
YUV109.16144.28176.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=46.09%
G=17.97%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776913800.610.220.31321.6743.948.24
HexB1458A03D161F1422c30
Octal26110521207526375025460
Binary1011000110001011000101001111011011011111101000010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1458A; }

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

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

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

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

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

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

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

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