#B23C93

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

Shades of Medium Red Violet #B23C93

Tints of Medium Red Violet #B23C93

Color information

#B23C93 (or 0xB23C93) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3C and 93. RGB value is (178,60,147). Sum of RGB (Red+Green+Blue) = 178+60+147=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C93 is #4DC36C. Grayscale: #686868. Windows color (decimal): -5096301 or 9649330. OLE color: 9649330.

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

Color convert

RGB17860147-
CMYK00.660.170.30
HSL315.76º49.58%46.67%-
HSV(B)315.76º66.29%69.8%-
XYZ25.2414.829.13-
YUV105.2151.59179.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=46.23%
G=15.58%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786014700.660.170.30315.7649.5846.67
HexB23C93042111E13c322f
Octal26274223010221364746257
Binary1011001011110010010011010000101000111110100111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C93; }

 p { color: rgb(178,60,147); }

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

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

 a { background-color: rgb(178,60,147); }

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

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

 span { border-color: rgb(178,60,147); }

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