#B239A0

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

Shades of Medium Red Violet #B239A0

Tints of Medium Red Violet #B239A0

Color information

#B239A0 (or 0xB239A0) is unknown color: approx Medium Red Violet. HEX triplet: B2, 39 and A0. RGB value is (178,57,160). Sum of RGB (Red+Green+Blue) = 178+57+160=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B239A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B239A0 is #4DC65F. Grayscale: #686868. Windows color (decimal): -5097056 or 10500530. OLE color: 10500530.

HSL color Cylindrical-coordinate representation of color #B239A0: hue angle of 308.93º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B239A0 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17857160-
CMYK00.680.100.30
HSL308.93º51.49%46.08%-
HSV(B)308.93º67.98%69.8%-
XYZ26.1714.9334.76-
YUV104.92159.09180.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 57 (22.66% from 255) = 14.43%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=45.06%
G=14.43%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785716000.680.100.30308.9351.4946.08
HexB239A0044A1E135332e
Octal26271240010412364656356
Binary101100101110011010000001000100101011110100110101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B239A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B239A0; }

 p { color: rgb(178,57,160); }

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

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

 a { background-color: rgb(178,57,160); }

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

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

 span { border-color: rgb(178,57,160); }

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