#B236A0

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

Shades of Medium Red Violet #B236A0

Tints of Medium Red Violet #B236A0

Color information

#B236A0 (or 0xB236A0) is unknown color: approx Medium Red Violet. HEX triplet: B2, 36 and A0. RGB value is (178,54,160). Sum of RGB (Red+Green+Blue) = 178+54+160=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B236A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B236A0 is #4DC95F. Grayscale: #666666. Windows color (decimal): -5097824 or 10499762. OLE color: 10499762.

HSL color Cylindrical-coordinate representation of color #B236A0: hue angle of 308.71º degrees, saturation: 0.53, 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 #B236A0 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17854160-
CMYK00.700.100.30
HSL308.71º53.45%45.49%-
HSV(B)308.71º69.66%69.8%-
XYZ26.0214.6434.71-
YUV103.16160.08181.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 54 (21.48% from 255) = 13.78%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=45.41%
G=13.78%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785416000.700.100.30308.7153.4545.49
HexB236A0046A1E135352d
Octal26266240010612364656555
Binary101100101101101010000001000110101011110100110101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B236A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B236A0; }

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

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

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

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

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

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

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

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