#BC0871

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

Shades of Medium Violet Red #BC0871

Tints of Medium Violet Red #BC0871

Color information

#BC0871 (or 0xBC0871) is unknown color: approx Medium Violet Red. HEX triplet: BC, 08 and 71. RGB value is (188,8,113). Sum of RGB (Red+Green+Blue) = 188+8+113=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0871 is #43F78E. Grayscale: #494949. Windows color (decimal): -4454287 or 7407804. OLE color: 7407804.

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

Color convert

RGB1888113-
CMYK00.960.400.26
HSL325º91.84%38.43%-
HSV(B)325º95.74%73.73%-
XYZ23.8112.0616.7-
YUV73.79150.13209.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=60.84%
G=2.59%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188811300.960.400.2632591.8438.43
HexBC871060281A1455c26
Octal274101610140503250513446
Binary101111001000111000101100000101000110101010001011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0871; }

 p { color: rgb(188,8,113); }

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

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

 a { background-color: rgb(188,8,113); }

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

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

 span { border-color: rgb(188,8,113); }

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