#B3389D

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

Shades of Medium Red Violet #B3389D

Tints of Medium Red Violet #B3389D

Color information

#B3389D (or 0xB3389D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 38 and 9D. RGB value is (179,56,157). Sum of RGB (Red+Green+Blue) = 179+56+157=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3389D is #4CC762. Grayscale: #686868. Windows color (decimal): -5031779 or 10303667. OLE color: 10303667.

HSL color Cylindrical-coordinate representation of color #B3389D: hue angle of 310.73º 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 #B3389D is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17956157-
CMYK00.690.120.30
HSL310.73º52.34%46.08%-
HSV(B)310.73º68.72%70.2%-
XYZ26.0914.8533.39-
YUV104.29157.75181.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 56 (22.27% from 255) = 14.29%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=45.66%
G=14.29%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795615700.690.120.30310.7352.3446.08
HexB3389D045C1E137342e
Octal26370235010514364676456
Binary101100111110001001110101000101110011110100110111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3389D; }

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

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

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

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

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

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

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

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