#BC71D7

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

Shades of Medium Orchid #BC71D7

Tints of Medium Orchid #BC71D7

Color information

#BC71D7 (or 0xBC71D7) is unknown color: approx Medium Orchid. HEX triplet: BC, 71 and D7. RGB value is (188,113,215). Sum of RGB (Red+Green+Blue) = 188+113+215=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC71D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71D7 is #438E28. Grayscale: #929292. Windows color (decimal): -4427305 or 14119356. OLE color: 14119356.

HSL color Cylindrical-coordinate representation of color #BC71D7: hue angle of 284.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC71D7 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188113215-
CMYK0.130.4700.16
HSL284.12º56.04%64.31%-
HSV(B)284.12º47.44%84.31%-
XYZ38.9127.4167.53-
YUV147.05166.35157.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 113 (44.53% from 255) = 21.90%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=36.43%
G=21.90%
B=41.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881132150.130.4700.16284.1256.0464.31
HexBC71D7D2F01011c3840
Octal274161327155702043470100
Binary1011110011100011101011111011011110100001000111001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71D7; }

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

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

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

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

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

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

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

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