#B23C8F

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

Shades of Medium Red Violet #B23C8F

Tints of Medium Red Violet #B23C8F

Color information

#B23C8F (or 0xB23C8F) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3C and 8F. RGB value is (178,60,143). Sum of RGB (Red+Green+Blue) = 178+60+143=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C8F is #4DC370. Grayscale: #686868. Windows color (decimal): -5096305 or 9387186. OLE color: 9387186.

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

Color convert

RGB17860143-
CMYK00.660.200.30
HSL317.8º49.58%46.67%-
HSV(B)317.8º66.29%69.8%-
XYZ24.9314.6827.51-
YUV104.74149.59180.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 143 (56.25% from 255) = 37.53%
R=46.72%
G=15.75%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786014300.660.200.30317.849.5846.67
HexB23C8F042141E13e322f
Octal26274217010224364766257
Binary1011001011110010001111010000101010011110100111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C8F; }

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

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

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

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

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

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

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

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