#BC71D0

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

Shades of Medium Orchid #BC71D0

Tints of Medium Orchid #BC71D0

Color information

#BC71D0 (or 0xBC71D0) is unknown color: approx Medium Orchid. HEX triplet: BC, 71 and D0. RGB value is (188,113,208). Sum of RGB (Red+Green+Blue) = 188+113+208=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71D0 is #438E2F. Grayscale: #919191. Windows color (decimal): -4427312 or 13660604. OLE color: 13660604.

HSL color Cylindrical-coordinate representation of color #BC71D0: hue angle of 287.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC71D0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188113208-
CMYK0.100.4600.18
HSL287.37º50.26%62.94%-
HSV(B)287.37º45.67%81.57%-
XYZ38.0327.0662.89-
YUV146.26162.85157.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=36.94%
G=22.20%
B=40.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881132080.100.4600.18287.3750.2662.94
HexBC71D0A2E01211f323f
Octal27416132012560224376277
Binary101111001110001110100001010101110010010100011111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71D0; }

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

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

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

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

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

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

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

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