#B7327E

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

Shades of Medium Red Violet #B7327E

Tints of Medium Red Violet #B7327E

Color information

#B7327E (or 0xB7327E) is unknown color: approx Medium Red Violet. HEX triplet: B7, 32 and 7E. RGB value is (183,50,126). Sum of RGB (Red+Green+Blue) = 183+50+126=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7327E is #48CD81. Grayscale: #626262. Windows color (decimal): -4771202 or 8270519. OLE color: 8270519.

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

Color convert

RGB18350126-
CMYK00.730.310.28
HSL325.71º57.08%45.69%-
HSV(B)325.71º72.68%71.76%-
XYZ24.4313.8521.13-
YUV98.43143.56188.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 50 (19.92% from 255) = 13.93%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=50.97%
G=13.93%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835012600.730.310.28325.7157.0845.69
HexB7327E0491F1C146392e
Octal26762176011137345067156
Binary101101111100101111110010010011111111100101000110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7327E; }

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

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

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

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

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

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

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

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