#B3387E

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

Shades of Medium Red Violet #B3387E

Tints of Medium Red Violet #B3387E

Color information

#B3387E (or 0xB3387E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 38 and 7E. RGB value is (179,56,126). Sum of RGB (Red+Green+Blue) = 179+56+126=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3387E is #4CC781. Grayscale: #646464. Windows color (decimal): -5031810 or 8272051. OLE color: 8272051.

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

Color convert

RGB17956126-
CMYK00.690.300.30
HSL325.85º52.34%46.08%-
HSV(B)325.85º68.72%70.2%-
XYZ23.7713.9221.17-
YUV100.76142.25183.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=49.58%
G=15.51%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795612600.690.300.30325.8552.3446.08
HexB3387E0451E1E146342e
Octal26370176010536365066456
Binary101100111110001111110010001011111011110101000110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3387E; }

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

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

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

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

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

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

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

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