#B2239A

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

Shades of Medium Red Violet #B2239A

Tints of Medium Red Violet #B2239A

Color information

#B2239A (or 0xB2239A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 23 and 9A. RGB value is (178,35,154). Sum of RGB (Red+Green+Blue) = 178+35+154=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2239A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2239A is #4DDC65. Grayscale: #5A5A5A. Windows color (decimal): -5102694 or 10101682. OLE color: 10101682.

HSL color Cylindrical-coordinate representation of color #B2239A: hue angle of 310.07º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2239A is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17835154-
CMYK00.800.130.30
HSL310.07º67.14%41.76%-
HSV(B)310.07º80.34%69.8%-
XYZ24.791331.77-
YUV91.32163.38189.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 35 (14.06% from 255) = 9.54%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=48.50%
G=9.54%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783515400.800.130.30310.0767.1441.76
HexB2239A050D1E136432a
Octal262432320120153646610352
Binary1011001010001110011010010100001101111101001101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2239A; }

 p { color: rgb(178,35,154); }

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

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

 a { background-color: rgb(178,35,154); }

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

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

 span { border-color: rgb(178,35,154); }

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