#B7359A

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

Shades of Medium Red Violet #B7359A

Tints of Medium Red Violet #B7359A

Color information

#B7359A (or 0xB7359A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 35 and 9A. RGB value is (183,53,154). Sum of RGB (Red+Green+Blue) = 183+53+154=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7359A is #48CA65. Grayscale: #676767. Windows color (decimal): -4770406 or 10106295. OLE color: 10106295.

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

Color convert

RGB18353154-
CMYK00.710.160.28
HSL313.38º55.08%46.27%-
HSV(B)313.38º71.04%71.76%-
XYZ26.6314.9532.05-
YUV103.38156.57184.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=46.92%
G=13.59%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835315400.710.160.28313.3855.0846.27
HexB7359A047101C139372e
Octal26765232010720344716756
Binary1011011111010110011010010001111000011100100111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7359A; }

 p { color: rgb(183,53,154); }

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

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

 a { background-color: rgb(183,53,154); }

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

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

 span { border-color: rgb(183,53,154); }

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