#BC60F0

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

Shades of Medium Orchid #BC60F0

Tints of Medium Orchid #BC60F0

Color information

#BC60F0 (or 0xBC60F0) is unknown color: approx Medium Orchid. HEX triplet: BC, 60 and F0. RGB value is (188,96,240). Sum of RGB (Red+Green+Blue) = 188+96+240=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60F0 is #439F0F. Grayscale: #8B8B8B. Windows color (decimal): -4431632 or 15753404. OLE color: 15753404.

HSL color Cylindrical-coordinate representation of color #BC60F0: hue angle of 278.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC60F0 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18896240-
CMYK0.220.600.06
HSL278.33º82.76%65.88%-
HSV(B)278.33º60%94.12%-
XYZ40.6525.3585.19-
YUV139.92184.48162.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=35.88%
G=18.32%
B=45.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188962400.220.600.06278.3382.7665.88
HexBC60F0163C061165342
Octal274140360267406426123102
Binary1011110011000001111000010110111100011010001011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60F0; }

 p { color: rgb(188,96,240); }

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

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

 a { background-color: rgb(188,96,240); }

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

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

 span { border-color: rgb(188,96,240); }

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