#B23C7C

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

Shades of Medium Red Violet #B23C7C

Tints of Medium Red Violet #B23C7C

Color information

#B23C7C (or 0xB23C7C) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3C and 7C. RGB value is (178,60,124). Sum of RGB (Red+Green+Blue) = 178+60+124=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C7C is #4DC383. Grayscale: #666666. Windows color (decimal): -5096324 or 8142002. OLE color: 8142002.

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

Color convert

RGB17860124-
CMYK00.660.300.30
HSL327.46º49.58%46.67%-
HSV(B)327.46º66.29%69.8%-
XYZ23.6114.1520.56-
YUV102.58140.09181.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=49.17%
G=16.57%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786012400.660.300.30327.4649.5846.67
HexB23C7C0421E1E147322f
Octal26274174010236365076257
Binary101100101111001111100010000101111011110101000111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C7C; }

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

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

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

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

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

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

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

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