#BC71D8

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

Shades of Medium Orchid #BC71D8

Tints of Medium Orchid #BC71D8

Color information

#BC71D8 (or 0xBC71D8) is unknown color: approx Medium Orchid. HEX triplet: BC, 71 and D8. RGB value is (188,113,216). Sum of RGB (Red+Green+Blue) = 188+113+216=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC71D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71D8 is #438E27. Grayscale: #929292. Windows color (decimal): -4427304 or 14184892. OLE color: 14184892.

HSL color Cylindrical-coordinate representation of color #BC71D8: hue angle of 283.69º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC71D8 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188113216-
CMYK0.130.4800.15
HSL283.69º56.91%64.51%-
HSV(B)283.69º47.69%84.71%-
XYZ39.0427.4668.21-
YUV147.17166.85157.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=36.36%
G=21.86%
B=41.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881132160.130.4800.15283.6956.9164.51
HexBC71D8D300F11c3941
Octal274161330156001743471101
Binary101111001110001110110001101110000011111000111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71D8; }

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

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

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

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

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

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

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

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