#BC55FE

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

Shades of Medium Orchid #BC55FE

Tints of Medium Orchid #BC55FE

Color information

#BC55FE (or 0xBC55FE) is unknown color: approx Medium Orchid. HEX triplet: BC, 55 and FE. RGB value is (188,85,254). Sum of RGB (Red+Green+Blue) = 188+85+254=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55FE is #43AA01. Grayscale: #868686. Windows color (decimal): -4434434 or 16668092. OLE color: 16668092.

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

Color convert

RGB18885254-
CMYK0.260.6700.00
HSL276.57º98.83%66.47%-
HSV(B)276.57º66.54%99.61%-
XYZ41.8824.3496.26-
YUV135.06195.12165.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 85 (33.59% from 255) = 16.13%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=35.67%
G=16.13%
B=48.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal188852540.260.6700.00276.5798.8366.47
HexBC55FE1A43001156342
Octal2741253763210300425143102
Binary101111001010101111111101101010000110010001010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55FE; }

 p { color: rgb(188,85,254); }

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

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

 a { background-color: rgb(188,85,254); }

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

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

 span { border-color: rgb(188,85,254); }

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