#B0359D

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

Shades of Medium Red Violet #B0359D

Tints of Medium Red Violet #B0359D

Color information

#B0359D (or 0xB0359D) is unknown color: approx Medium Red Violet. HEX triplet: B0, 35 and 9D. RGB value is (176,53,157). Sum of RGB (Red+Green+Blue) = 176+53+157=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0359D is #4FCA62. Grayscale: #656565. Windows color (decimal): -5229155 or 10302896. OLE color: 10302896.

HSL color Cylindrical-coordinate representation of color #B0359D: hue angle of 309.27º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0359D is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17653157-
CMYK00.700.110.31
HSL309.27º53.71%44.9%-
HSV(B)309.27º69.89%69.02%-
XYZ25.2614.2133.31-
YUV101.63159.25181.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 53 (21.09% from 255) = 13.73%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=45.60%
G=13.73%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765315700.700.110.31309.2753.7144.9
HexB0359D046B1F135362d
Octal26065235010613374656655
Binary101100001101011001110101000110101111111100110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0359D; }

 p { color: rgb(176,53,157); }

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

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

 a { background-color: rgb(176,53,157); }

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

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

 span { border-color: rgb(176,53,157); }

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