#BC76C7

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

Shades of Medium Orchid #BC76C7

Tints of Medium Orchid #BC76C7

Color information

#BC76C7 (or 0xBC76C7) is unknown color: approx Medium Orchid. HEX triplet: BC, 76 and C7. RGB value is (188,118,199). Sum of RGB (Red+Green+Blue) = 188+118+199=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C7 is #438938. Grayscale: #939393. Windows color (decimal): -4426041 or 13072060. OLE color: 13072060.

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

Color convert

RGB188118199-
CMYK0.060.4100.22
HSL291.85º41.97%62.16%-
HSV(B)291.85º40.7%78.04%-
XYZ37.5327.7757.42-
YUV148.16156.69156.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=37.23%
G=23.37%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881181990.060.4100.22291.8541.9762.16
HexBC76C76290161242a3e
Octal2741663076510264445276
Binary10111100111011011000111110101001010110100100100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76C7; }

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

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

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

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

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

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

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

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