#BC246B

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

Shades of Medium Red Violet #BC246B

Tints of Medium Red Violet #BC246B

Color information

#BC246B (or 0xBC246B) is unknown color: approx Medium Red Violet. HEX triplet: BC, 24 and 6B. RGB value is (188,36,107). Sum of RGB (Red+Green+Blue) = 188+36+107=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC246B is #43DB94. Grayscale: #595959. Windows color (decimal): -4447125 or 7021756. OLE color: 7021756.

HSL color Cylindrical-coordinate representation of color #BC246B: hue angle of 331.97º 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 #BC246B is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18836107-
CMYK00.810.430.26
HSL331.97º67.86%43.92%-
HSV(B)331.97º80.85%73.73%-
XYZ24.0213.0115.16-
YUV89.54137.86198.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 36 (14.45% from 255) = 10.88%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=56.80%
G=10.88%
B=32.33%

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
Decimal1883610700.810.430.26331.9767.8643.92
HexBC246B0512B1A14c442c
Octal274441530121533251410454
Binary10111100100100110101101010001101011110101010011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC246B; }

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

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

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

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

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

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

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

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