#B8328D

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

Shades of Medium Red Violet #B8328D

Tints of Medium Red Violet #B8328D

Color information

#B8328D (or 0xB8328D) is unknown color: approx Medium Red Violet. HEX triplet: B8, 32 and 8D. RGB value is (184,50,141). Sum of RGB (Red+Green+Blue) = 184+50+141=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8328D is #47CD72. Grayscale: #646464. Windows color (decimal): -4705651 or 9253560. OLE color: 9253560.

HSL color Cylindrical-coordinate representation of color #B8328D: hue angle of 319.25º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8328D is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18450141-
CMYK00.730.230.28
HSL319.25º57.26%45.88%-
HSV(B)319.25º72.83%72.16%-
XYZ25.7214.3926.62-
YUV100.44150.89187.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=49.07%
G=13.33%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845014100.730.230.28319.2557.2645.88
HexB8328D049171C13f392e
Octal27062215011127344777156
Binary1011100011001010001101010010011011111100100111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8328D; }

 p { color: rgb(184,50,141); }

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

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

 a { background-color: rgb(184,50,141); }

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

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

 span { border-color: rgb(184,50,141); }

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