#B23982

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

Shades of Medium Red Violet #B23982

Tints of Medium Red Violet #B23982

Color information

#B23982 (or 0xB23982) is unknown color: approx Medium Red Violet. HEX triplet: B2, 39 and 82. RGB value is (178,57,130). Sum of RGB (Red+Green+Blue) = 178+57+130=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B23982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23982 is #4DC67D. Grayscale: #656565. Windows color (decimal): -5097086 or 8534450. OLE color: 8534450.

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

Color convert

RGB17857130-
CMYK00.680.270.30
HSL323.8º51.49%46.08%-
HSV(B)323.8º67.98%69.8%-
XYZ23.851422.56-
YUV101.5144.09182.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.77%
GREEN value IS 57 (22.66% from 255) = 15.62%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=48.77%
G=15.62%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785713000.680.270.30323.851.4946.08
HexB239820441B1E144332e
Octal26271202010433365046356
Binary1011001011100110000010010001001101111110101000100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23982; }

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

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

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

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

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

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

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

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