#BC54F9

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

Shades of Medium Orchid #BC54F9

Tints of Medium Orchid #BC54F9

Color information

#BC54F9 (or 0xBC54F9) is unknown color: approx Medium Orchid. HEX triplet: BC, 54 and F9. RGB value is (188,84,249). Sum of RGB (Red+Green+Blue) = 188+84+249=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC54F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54F9 is #43AB06. Grayscale: #858585. Windows color (decimal): -4434695 or 16340156. OLE color: 16340156.

HSL color Cylindrical-coordinate representation of color #BC54F9: hue angle of 277.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC54F9 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18884249-
CMYK0.240.6600.02
HSL277.82º93.22%65.29%-
HSV(B)277.82º66.27%97.65%-
XYZ41.0123.8792.07-
YUV133.91192.96166.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=36.08%
G=16.12%
B=47.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188842490.240.6600.02277.8293.2265.29
HexBC54F91842021165d41
Octal2741243713010202426135101
Binary1011110010101001111100111000100001001010001011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54F9; }

 p { color: rgb(188,84,249); }

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

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

 a { background-color: rgb(188,84,249); }

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

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

 span { border-color: rgb(188,84,249); }

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