#BC246C

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

Shades of Medium Red Violet #BC246C

Tints of Medium Red Violet #BC246C

Color information

#BC246C (or 0xBC246C) is unknown color: approx Medium Red Violet. HEX triplet: BC, 24 and 6C. RGB value is (188,36,108). Sum of RGB (Red+Green+Blue) = 188+36+108=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC246C is #43DB93. Grayscale: #595959. Windows color (decimal): -4447124 or 7087292. OLE color: 7087292.

HSL color Cylindrical-coordinate representation of color #BC246C: hue angle of 331.58º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC246C is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18836108-
CMYK00.810.430.26
HSL331.58º67.86%43.92%-
HSV(B)331.58º80.85%73.73%-
XYZ24.0813.0415.43-
YUV89.66138.36198.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.63%
GREEN value IS 36 (14.45% from 255) = 10.84%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=56.63%
G=10.84%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883610800.810.430.26331.5867.8643.92
HexBC246C0512B1A14c442c
Octal274441540121533251410454
Binary10111100100100110110001010001101011110101010011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC246C; }

 p { color: rgb(188,36,108); }

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

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

 a { background-color: rgb(188,36,108); }

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

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

 span { border-color: rgb(188,36,108); }

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