#B9357E

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

Shades of Medium Red Violet #B9357E

Tints of Medium Red Violet #B9357E

Color information

#B9357E (or 0xB9357E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 35 and 7E. RGB value is (185,53,126). Sum of RGB (Red+Green+Blue) = 185+53+126=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9357E is #46CA81. Grayscale: #646464. Windows color (decimal): -4639362 or 8271289. OLE color: 8271289.

HSL color Cylindrical-coordinate representation of color #B9357E: hue angle of 326.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9357E is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18553126-
CMYK00.710.320.27
HSL326.82º55.46%46.67%-
HSV(B)326.82º71.35%72.55%-
XYZ25.0514.3721.19-
YUV100.79142.23188.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 53 (21.09% from 255) = 14.56%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=50.82%
G=14.56%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855312600.710.320.27326.8255.4646.67
HexB9357E047201B147372f
Octal27165176010740335076757
Binary1011100111010111111100100011110000011011101000111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9357E; }

 p { color: rgb(185,53,126); }

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

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

 a { background-color: rgb(185,53,126); }

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

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

 span { border-color: rgb(185,53,126); }

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