#B23D96

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

Shades of Medium Red Violet #B23D96

Tints of Medium Red Violet #B23D96

Color information

#B23D96 (or 0xB23D96) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3D and 96. RGB value is (178,61,150). Sum of RGB (Red+Green+Blue) = 178+61+150=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D96 is #4DC269. Grayscale: #696969. Windows color (decimal): -5096042 or 9846194. OLE color: 9846194.

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

Color convert

RGB17861150-
CMYK00.660.160.30
HSL314.36º48.95%46.86%-
HSV(B)314.36º65.73%69.8%-
XYZ25.531530.4-
YUV106.13152.76179.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=45.76%
G=15.68%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786115000.660.160.30314.3648.9546.86
HexB23D96042101E13a312f
Octal26275226010220364726157
Binary1011001011110110010110010000101000011110100111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23D96; }

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

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

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

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

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

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

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

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