#BC50F1

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

Shades of Medium Orchid #BC50F1

Tints of Medium Orchid #BC50F1

Color information

#BC50F1 (or 0xBC50F1) is unknown color: approx Medium Orchid. HEX triplet: BC, 50 and F1. RGB value is (188,80,241). Sum of RGB (Red+Green+Blue) = 188+80+241=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC50F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50F1 is #43AF0E. Grayscale: #828282. Windows color (decimal): -4435727 or 15814844. OLE color: 15814844.

HSL color Cylindrical-coordinate representation of color #BC50F1: hue angle of 280.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC50F1 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18880241-
CMYK0.220.6700.05
HSL280.25º85.19%62.94%-
HSV(B)280.25º66.8%94.51%-
XYZ39.4822.7885.53-
YUV130.65190.28168.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 80 (31.64% from 255) = 15.72%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=36.94%
G=15.72%
B=47.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188802410.220.6700.05280.2585.1962.94
HexBC50F1164305118553f
Octal274120361261030543012577
Binary1011110010100001111000110110100001101011000110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC50F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC50F1; }

 p { color: rgb(188,80,241); }

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

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

 a { background-color: rgb(188,80,241); }

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

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

 span { border-color: rgb(188,80,241); }

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