#BC6FEA

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

Shades of Medium Orchid #BC6FEA

Tints of Medium Orchid #BC6FEA

Color information

#BC6FEA (or 0xBC6FEA) is unknown color: approx Medium Orchid. HEX triplet: BC, 6F and EA. RGB value is (188,111,234). Sum of RGB (Red+Green+Blue) = 188+111+234=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FEA is #439015. Grayscale: #939393. Windows color (decimal): -4427798 or 15364028. OLE color: 15364028.

HSL color Cylindrical-coordinate representation of color #BC6FEA: hue angle of 277.56º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6FEA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188111234-
CMYK0.200.5300.08
HSL277.56º74.55%67.65%-
HSV(B)277.56º52.56%91.76%-
XYZ41.272881.07-
YUV148.05176.51156.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 111 (43.75% from 255) = 20.83%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=35.27%
G=20.83%
B=43.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881112340.200.5300.08277.5674.5567.65
HexBC6FEA1435081164b44
Octal2741573522465010426113104
Binary10111100110111111101010101001101010100010001011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FEA; }

 p { color: rgb(188,111,234); }

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

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

 a { background-color: rgb(188,111,234); }

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

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

 span { border-color: rgb(188,111,234); }

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