#B0359A

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

Shades of Medium Red Violet #B0359A

Tints of Medium Red Violet #B0359A

Color information

#B0359A (or 0xB0359A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 35 and 9A. RGB value is (176,53,154). Sum of RGB (Red+Green+Blue) = 176+53+154=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0359A is #4FCA65. Grayscale: #656565. Windows color (decimal): -5229158 or 10106288. OLE color: 10106288.

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

Color convert

RGB17653154-
CMYK00.700.120.31
HSL310.73º53.71%44.9%-
HSV(B)310.73º69.89%69.02%-
XYZ25.0114.1131.98-
YUV101.29157.75181.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 53 (21.09% from 255) = 13.84%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=45.95%
G=13.84%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765315400.700.120.31310.7353.7144.9
HexB0359A046C1F137362d
Octal26065232010614374676655
Binary101100001101011001101001000110110011111100110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0359A; }

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

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

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

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

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

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

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

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