#BC067D

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

Shades of Medium Violet Red #BC067D

Tints of Medium Violet Red #BC067D

Color information

#BC067D (or 0xBC067D) is unknown color: approx Medium Violet Red. HEX triplet: BC, 06 and 7D. RGB value is (188,6,125). Sum of RGB (Red+Green+Blue) = 188+6+125=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC067D is #43F982. Grayscale: #494949. Windows color (decimal): -4454787 or 8193724. OLE color: 8193724.

HSL color Cylindrical-coordinate representation of color #BC067D: hue angle of 320.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC067D is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB1886125-
CMYK00.970.340.26
HSL320.77º93.81%38.04%-
HSV(B)320.77º96.81%73.73%-
XYZ24.5112.320.49-
YUV73.98156.8209.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.93%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=58.93%
G=1.88%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188612500.970.340.26320.7793.8138.04
HexBC67D061221A1415e26
Octal27461750141423250113646
Binary10111100110111110101100001100010110101010000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC067D; }

 p { color: rgb(188,6,125); }

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

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

 a { background-color: rgb(188,6,125); }

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

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

 span { border-color: rgb(188,6,125); }

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