#BC236D

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

Shades of Medium Red Violet #BC236D

Tints of Medium Red Violet #BC236D

Color information

#BC236D (or 0xBC236D) is unknown color: approx Medium Red Violet. HEX triplet: BC, 23 and 6D. RGB value is (188,35,109). Sum of RGB (Red+Green+Blue) = 188+35+109=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC236D is #43DC92. Grayscale: #595959. Windows color (decimal): -4447379 or 7152572. OLE color: 7152572.

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

Color convert

RGB18835109-
CMYK00.810.420.26
HSL330.98º68.61%43.73%-
HSV(B)330.98º81.38%73.73%-
XYZ24.11315.71-
YUV89.18139.19198.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.63%
GREEN value IS 35 (14.06% from 255) = 10.54%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=56.63%
G=10.54%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883510900.810.420.26330.9868.6143.73
HexBC236D0512A1A14b452c
Octal274431550121523251310554
Binary10111100100011110110101010001101010110101010010111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC236D; }

 p { color: rgb(188,35,109); }

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

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

 a { background-color: rgb(188,35,109); }

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

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

 span { border-color: rgb(188,35,109); }

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