#B7328D

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

Shades of Medium Red Violet #B7328D

Tints of Medium Red Violet #B7328D

Color information

#B7328D (or 0xB7328D) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and 8D. RGB value is (183,50,141). Sum of RGB (Red+Green+Blue) = 183+50+141=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7328D is #48CD72. Grayscale: #636363. Windows color (decimal): -4771187 or 9253559. OLE color: 9253559.

HSL color Cylindrical-coordinate representation of color #B7328D: hue angle of 318.95º 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 #B7328D is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18350141-
CMYK00.730.230.28
HSL318.95º57.08%45.69%-
HSV(B)318.95º72.68%71.76%-
XYZ25.4814.2726.61-
YUV100.14151.06187.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 50 (19.92% from 255) = 13.37%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=48.93%
G=13.37%
B=37.70%

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
Decimal1835014100.730.230.28318.9557.0845.69
HexB7328D049171C13f392e
Octal26762215011127344777156
Binary1011011111001010001101010010011011111100100111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7328D; }

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

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

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

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

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

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

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

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