#B23980

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

Shades of Medium Red Violet #B23980

Tints of Medium Red Violet #B23980

Color information

#B23980 (or 0xB23980) is unknown color: approx Medium Red Violet. HEX triplet: B2, 39 and 80. RGB value is (178,57,128). Sum of RGB (Red+Green+Blue) = 178+57+128=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B23980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23980 is #4DC67F. Grayscale: #656565. Windows color (decimal): -5097088 or 8403378. OLE color: 8403378.

HSL color Cylindrical-coordinate representation of color #B23980: hue angle of 324.79º 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 #B23980 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17857128-
CMYK00.680.280.30
HSL324.79º51.49%46.08%-
HSV(B)324.79º67.98%69.8%-
XYZ23.7213.9521.86-
YUV101.27143.09182.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 57 (22.66% from 255) = 15.70%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=49.04%
G=15.70%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785712800.680.280.30324.7951.4946.08
HexB239800441C1E145332e
Octal26271200010434365056356
Binary1011001011100110000000010001001110011110101000101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23980; }

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

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

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

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

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

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

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

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