#BC5DFA

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

Shades of Medium Orchid #BC5DFA

Tints of Medium Orchid #BC5DFA

Color information

#BC5DFA (or 0xBC5DFA) is unknown color: approx Medium Orchid. HEX triplet: BC, 5D and FA. RGB value is (188,93,250). Sum of RGB (Red+Green+Blue) = 188+93+250=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DFA is #43A205. Grayscale: #8A8A8A. Windows color (decimal): -4432390 or 16407996. OLE color: 16407996.

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

Color convert

RGB18893250-
CMYK0.250.6300.02
HSL276.31º94.01%67.25%-
HSV(B)276.31º62.8%98.04%-
XYZ41.9125.4293.14-
YUV139.3190.47162.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=35.40%
G=17.51%
B=47.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188932500.250.6300.02276.3194.0167.25
HexBC5DFA193F021145e43
Octal274135372317702424136103
Binary101111001011101111110101100111111101010001010010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DFA; }

 p { color: rgb(188,93,250); }

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

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

 a { background-color: rgb(188,93,250); }

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

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

 span { border-color: rgb(188,93,250); }

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