#BC76E9

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

Shades of Medium Orchid #BC76E9

Tints of Medium Orchid #BC76E9

Color information

#BC76E9 (or 0xBC76E9) is unknown color: approx Medium Orchid. HEX triplet: BC, 76 and E9. RGB value is (188,118,233). Sum of RGB (Red+Green+Blue) = 188+118+233=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC76E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76E9 is #438916. Grayscale: #979797. Windows color (decimal): -4426007 or 15300284. OLE color: 15300284.

HSL color Cylindrical-coordinate representation of color #BC76E9: hue angle of 276.52º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC76E9 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188118233-
CMYK0.190.4900.09
HSL276.52º72.33%68.82%-
HSV(B)276.52º49.36%91.37%-
XYZ41.9329.5380.58-
YUV152.04173.69153.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=34.88%
G=21.89%
B=43.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881182330.190.4900.09276.5272.3368.82
HexBC76E91331091154845
Octal2741663512361011425110105
Binary10111100111011011101001100111100010100110001010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76E9; }

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

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

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

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

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

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

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

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