#BC408D

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

Shades of Medium Red Violet #BC408D

Tints of Medium Red Violet #BC408D

Color information

#BC408D (or 0xBC408D) is unknown color: approx Medium Red Violet. HEX triplet: BC, 40 and 8D. RGB value is (188,64,141). Sum of RGB (Red+Green+Blue) = 188+64+141=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC408D is #43BF72. Grayscale: #6D6D6D. Windows color (decimal): -4439923 or 9257148. OLE color: 9257148.

HSL color Cylindrical-coordinate representation of color #BC408D: hue angle of 322.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC408D is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB18864141-
CMYK00.660.250.26
HSL322.74º49.21%49.41%-
HSV(B)322.74º65.96%73.73%-
XYZ27.3816.2826.9-
YUV109.85145.58183.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=47.84%
G=16.28%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886414100.660.250.26322.7449.2149.41
HexBC408D042191A1433131
Octal274100215010231325036161
Binary10111100100000010001101010000101100111010101000011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC408D; }

 p { color: rgb(188,64,141); }

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

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

 a { background-color: rgb(188,64,141); }

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

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

 span { border-color: rgb(188,64,141); }

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