#B0087A

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

Shades of Medium Violet Red #B0087A

Tints of Medium Violet Red #B0087A

Color information

#B0087A (or 0xB0087A) is unknown color: approx Medium Violet Red. HEX triplet: B0, 08 and 7A. RGB value is (176,8,122). Sum of RGB (Red+Green+Blue) = 176+8+122=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0087A is #4FF785. Grayscale: #464646. Windows color (decimal): -5240710 or 7997616. OLE color: 7997616.

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

Color convert

RGB1768122-
CMYK00.950.310.31
HSL319.29º91.3%36.08%-
HSV(B)319.29º95.45%69.02%-
XYZ21.510.8119.37-
YUV71.23156.66202.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.52%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=57.52%
G=2.61%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176812200.950.310.31319.2991.336.08
HexB087A05F1F1F13f5b24
Octal260101720137373747713344
Binary10110000100011110100101111111111111111001111111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0087A; }

 p { color: rgb(176,8,122); }

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

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

 a { background-color: rgb(176,8,122); }

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

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

 span { border-color: rgb(176,8,122); }

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