#BC50E9

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

Shades of Medium Orchid #BC50E9

Tints of Medium Orchid #BC50E9

Color information

#BC50E9 (or 0xBC50E9) is unknown color: approx Medium Orchid. HEX triplet: BC, 50 and E9. RGB value is (188,80,233). Sum of RGB (Red+Green+Blue) = 188+80+233=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC50E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50E9 is #43AF16. Grayscale: #818181. Windows color (decimal): -4435735 or 15290556. OLE color: 15290556.

HSL color Cylindrical-coordinate representation of color #BC50E9: hue angle of 282.35º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC50E9 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18880233-
CMYK0.190.6600.09
HSL282.35º77.66%61.37%-
HSV(B)282.35º65.67%91.37%-
XYZ38.3222.3179.38-
YUV129.73186.28169.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 80 (31.64% from 255) = 15.97%
BLUE value IS 233 (91.41% from 255) = 46.51%
R=37.52%
G=15.97%
B=46.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188802330.190.6600.09282.3577.6661.37
HexBC50E913420911a4e3d
Octal2741203512310201143211675
Binary10111100101000011101001100111000010010011000110101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC50E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC50E9; }

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

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

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

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

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

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

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

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