#BC54DD

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

Shades of Medium Orchid #BC54DD

Tints of Medium Orchid #BC54DD

Color information

#BC54DD (or 0xBC54DD) is unknown color: approx Medium Orchid. HEX triplet: BC, 54 and DD. RGB value is (188,84,221). Sum of RGB (Red+Green+Blue) = 188+84+221=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54DD is #43AB22. Grayscale: #828282. Windows color (decimal): -4434723 or 14505148. OLE color: 14505148.

HSL color Cylindrical-coordinate representation of color #BC54DD: hue angle of 285.55º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC54DD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18884221-
CMYK0.150.6200.13
HSL285.55º66.83%59.8%-
HSV(B)285.55º61.99%86.67%-
XYZ36.9622.2570.75-
YUV130.71178.96168.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=38.13%
G=17.04%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188842210.150.6200.13285.5566.8359.8
HexBC54DDF3E0D11e433c
Octal274124335177601543610374
Binary101111001010100110111011111111110011011000111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54DD; }

 p { color: rgb(188,84,221); }

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

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

 a { background-color: rgb(188,84,221); }

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

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

 span { border-color: rgb(188,84,221); }

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