#B0387A

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

Shades of Medium Red Violet #B0387A

Tints of Medium Red Violet #B0387A

Color information

#B0387A (or 0xB0387A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 38 and 7A. RGB value is (176,56,122). Sum of RGB (Red+Green+Blue) = 176+56+122=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0387A is #4FC785. Grayscale: #636363. Windows color (decimal): -5228422 or 8009904. OLE color: 8009904.

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

Color convert

RGB17656122-
CMYK00.680.310.31
HSL327º51.72%45.49%-
HSV(B)327º68.18%69.02%-
XYZ22.8313.4619.81-
YUV99.4140.76182.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=49.72%
G=15.82%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765612200.680.310.3132751.7245.49
HexB0387A0441F1F147342d
Octal26070172010437375076455
Binary101100001110001111010010001001111111111101000111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0387A; }

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

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

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

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

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

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

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

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