#B23D82

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

Shades of Medium Red Violet #B23D82

Tints of Medium Red Violet #B23D82

Color information

#B23D82 (or 0xB23D82) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3D and 82. RGB value is (178,61,130). Sum of RGB (Red+Green+Blue) = 178+61+130=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D82 is #4DC27D. Grayscale: #676767. Windows color (decimal): -5096062 or 8535474. OLE color: 8535474.

HSL color Cylindrical-coordinate representation of color #B23D82: hue angle of 324.62º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D82 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB17861130-
CMYK00.660.270.30
HSL324.62º48.95%46.86%-
HSV(B)324.62º65.73%69.8%-
XYZ24.0614.4122.63-
YUV103.85142.76180.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=48.24%
G=16.53%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786113000.660.270.30324.6248.9546.86
HexB23D820421B1E145312f
Octal26275202010233365056157
Binary1011001011110110000010010000101101111110101000101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23D82; }

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

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

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

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

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

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

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

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