#B1358B

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

Shades of Medium Red Violet #B1358B

Tints of Medium Red Violet #B1358B

Color information

#B1358B (or 0xB1358B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 35 and 8B. RGB value is (177,53,139). Sum of RGB (Red+Green+Blue) = 177+53+139=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1358B is #4ECA74. Grayscale: #636363. Windows color (decimal): -5163637 or 9123249. OLE color: 9123249.

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

Color convert

RGB17753139-
CMYK00.700.210.31
HSL318.39º53.91%45.1%-
HSV(B)318.39º70.06%69.41%-
XYZ24.0613.7625.81-
YUV99.88150.08183.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=47.97%
G=14.36%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775313900.700.210.31318.3953.9145.1
HexB1358B046151F13e362d
Octal26165213010625374766655
Binary1011000111010110001011010001101010111111100111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1358B; }

 p { color: rgb(177,53,139); }

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

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

 a { background-color: rgb(177,53,139); }

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

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

 span { border-color: rgb(177,53,139); }

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