#BC53F9

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

Shades of Medium Orchid #BC53F9

Tints of Medium Orchid #BC53F9

Color information

#BC53F9 (or 0xBC53F9) is unknown color: approx Medium Orchid. HEX triplet: BC, 53 and F9. RGB value is (188,83,249). Sum of RGB (Red+Green+Blue) = 188+83+249=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC53F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53F9 is #43AC06. Grayscale: #848484. Windows color (decimal): -4434951 or 16339900. OLE color: 16339900.

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

Color convert

RGB18883249-
CMYK0.240.6700.02
HSL277.95º93.26%65.1%-
HSV(B)277.95º66.67%97.65%-
XYZ40.9323.7292.04-
YUV133.32193.29167-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 83 (32.81% from 255) = 15.96%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=36.15%
G=15.96%
B=47.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188832490.240.6700.02277.9593.2665.1
HexBC53F91843021165d41
Octal2741233713010302426135101
Binary1011110010100111111100111000100001101010001011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53F9; }

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

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

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

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

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

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

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

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