#BC55D0

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

Shades of Medium Orchid #BC55D0

Tints of Medium Orchid #BC55D0

Color information

#BC55D0 (or 0xBC55D0) is unknown color: approx Medium Orchid. HEX triplet: BC, 55 and D0. RGB value is (188,85,208). Sum of RGB (Red+Green+Blue) = 188+85+208=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55D0 is #43AA2F. Grayscale: #818181. Windows color (decimal): -4434480 or 13653436. OLE color: 13653436.

HSL color Cylindrical-coordinate representation of color #BC55D0: hue angle of 290.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC55D0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18885208-
CMYK0.100.5900.18
HSL290.24º56.68%57.45%-
HSV(B)290.24º59.13%81.57%-
XYZ35.3721.7462.01-
YUV129.82172.12169.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 85 (33.59% from 255) = 17.67%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=39.09%
G=17.67%
B=43.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188852080.100.5900.18290.2456.6857.45
HexBC55D0A3B0121223939
Octal27412532012730224427171
Binary101111001010101110100001010111011010010100100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55D0; }

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

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

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

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

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

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

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

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