#B7328A

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

Shades of Medium Red Violet #B7328A

Tints of Medium Red Violet #B7328A

Color information

#B7328A (or 0xB7328A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and 8A. RGB value is (183,50,138). Sum of RGB (Red+Green+Blue) = 183+50+138=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7328A is #48CD75. Grayscale: #636363. Windows color (decimal): -4771190 or 9056951. OLE color: 9056951.

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

Color convert

RGB18350138-
CMYK00.730.250.28
HSL320.3º57.08%45.69%-
HSV(B)320.3º72.68%71.76%-
XYZ25.2614.1825.45-
YUV99.8149.56187.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 50 (19.92% from 255) = 13.48%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=49.33%
G=13.48%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835013800.730.250.28320.357.0845.69
HexB7328A049191C140392e
Octal26762212011131345007156
Binary1011011111001010001010010010011100111100101000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7328A; }

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

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

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

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

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

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

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

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