#BC71C7

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

Shades of Medium Orchid #BC71C7

Tints of Medium Orchid #BC71C7

Color information

#BC71C7 (or 0xBC71C7) is unknown color: approx Medium Orchid. HEX triplet: BC, 71 and C7. RGB value is (188,113,199). Sum of RGB (Red+Green+Blue) = 188+113+199=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC71C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71C7 is #438E38. Grayscale: #909090. Windows color (decimal): -4427321 or 13070780. OLE color: 13070780.

HSL color Cylindrical-coordinate representation of color #BC71C7: hue angle of 292.33º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC71C7 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188113199-
CMYK0.060.4300.22
HSL292.33º43.43%61.18%-
HSV(B)292.33º43.22%78.04%-
XYZ36.9526.6357.22-
YUV145.23158.35158.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 199 (78.12% from 255) = 39.8%
R=37.6%
G=22.6%
B=39.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881131990.060.4300.22292.3343.4361.18
HexBC71C762B0161242b3d
Octal2741613076530264445375
Binary10111100111000111000111110101011010110100100100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71C7; }

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

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

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

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

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

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

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

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