#BC71C8

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

Shades of Medium Orchid #BC71C8

Tints of Medium Orchid #BC71C8

Color information

#BC71C8 (or 0xBC71C8) is unknown color: approx Medium Orchid. HEX triplet: BC, 71 and C8. RGB value is (188,113,200). Sum of RGB (Red+Green+Blue) = 188+113+200=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC71C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71C8 is #438E37. Grayscale: #919191. Windows color (decimal): -4427320 or 13136316. OLE color: 13136316.

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

Color convert

RGB188113200-
CMYK0.060.4400.22
HSL291.72º44.16%61.37%-
HSV(B)291.72º43.5%78.43%-
XYZ37.0726.6757.84-
YUV145.34158.85158.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 113 (44.53% from 255) = 22.55%
BLUE value IS 200 (78.52% from 255) = 39.92%
R=37.52%
G=22.55%
B=39.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881132000.060.4400.22291.7244.1661.37
HexBC71C862C0161242c3d
Octal2741613106540264445475
Binary10111100111000111001000110101100010110100100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71C8; }

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

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

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

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

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

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

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

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