#B23595

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

Shades of Medium Red Violet #B23595

Tints of Medium Red Violet #B23595

Color information

#B23595 (or 0xB23595) is unknown color: approx Medium Red Violet. HEX triplet: B2, 35 and 95. RGB value is (178,53,149). Sum of RGB (Red+Green+Blue) = 178+53+149=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B23595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23595 is #4DCA6A. Grayscale: #656565. Windows color (decimal): -5098091 or 9778610. OLE color: 9778610.

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

Color convert

RGB17853149-
CMYK00.700.160.30
HSL313.92º54.11%45.29%-
HSV(B)313.92º70.22%69.8%-
XYZ25.0614.1829.85-
YUV101.32154.91182.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 53 (21.09% from 255) = 13.95%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=46.84%
G=13.95%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785314900.700.160.30313.9254.1145.29
HexB23595046101E13a362d
Octal26265225010620364726655
Binary1011001011010110010101010001101000011110100111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23595; }

 p { color: rgb(178,53,149); }

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

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

 a { background-color: rgb(178,53,149); }

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

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

 span { border-color: rgb(178,53,149); }

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