#B3387A

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

Shades of Medium Red Violet #B3387A

Tints of Medium Red Violet #B3387A

Color information

#B3387A (or 0xB3387A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 38 and 7A. RGB value is (179,56,122). Sum of RGB (Red+Green+Blue) = 179+56+122=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3387A is #4CC785. Grayscale: #646464. Windows color (decimal): -5031814 or 8009907. OLE color: 8009907.

HSL color Cylindrical-coordinate representation of color #B3387A: hue angle of 327.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3387A is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17956122-
CMYK00.690.320.30
HSL327.8º52.34%46.08%-
HSV(B)327.8º68.72%70.2%-
XYZ23.5213.8219.84-
YUV100.3140.25184.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.14%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=50.14%
G=15.69%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795612200.690.320.30327.852.3446.08
HexB3387A045201E148342e
Octal26370172010540365106456
Binary1011001111100011110100100010110000011110101001000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3387A; }

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

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

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

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

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

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

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

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