#B7358A

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

Shades of Medium Red Violet #B7358A

Tints of Medium Red Violet #B7358A

Color information

#B7358A (or 0xB7358A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 35 and 8A. RGB value is (183,53,138). Sum of RGB (Red+Green+Blue) = 183+53+138=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7358A is #48CA75. Grayscale: #656565. Windows color (decimal): -4770422 or 9057719. OLE color: 9057719.

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

Color convert

RGB18353138-
CMYK00.710.250.28
HSL320.77º55.08%46.27%-
HSV(B)320.77º71.04%71.76%-
XYZ25.3914.4525.5-
YUV101.56148.57186.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=48.93%
G=14.17%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835313800.710.250.28320.7755.0846.27
HexB7358A047191C141372e
Octal26765212010731345016756
Binary1011011111010110001010010001111100111100101000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7358A; }

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

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

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

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

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

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

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

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