#BC40FF

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

Shades of Medium Orchid #BC40FF

Tints of Medium Orchid #BC40FF

Color information

#BC40FF (or 0xBC40FF) is unknown color: approx Medium Orchid. HEX triplet: BC, 40 and FF. RGB value is (188,64,255). Sum of RGB (Red+Green+Blue) = 188+64+255=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40FF is #43BF00. Grayscale: #7A7A7A. Windows color (decimal): -4439809 or 16728252. OLE color: 16728252.

HSL color Cylindrical-coordinate representation of color #BC40FF: hue angle of 278.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC40FF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18864255-
CMYK0.260.7500
HSL278.95º100%62.55%-
HSV(B)278.95º74.9%100%-
XYZ40.6221.5896.63-
YUV122.85202.58174.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 64 (25.39% from 255) = 12.62%
BLUE value IS 255 (100% from 255) = 50.30%
R=37.08%
G=12.62%
B=50.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188642550.260.7500278.9510062.55
HexBC40FF1A4B00117643f
Octal274100377321130042714477
Binary10111100100000011111111110101001011001000101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC40FF; }

 p { color: rgb(188,64,255); }

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

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

 a { background-color: rgb(188,64,255); }

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

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

 span { border-color: rgb(188,64,255); }

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