#BC55D6

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

Shades of Medium Orchid #BC55D6

Tints of Medium Orchid #BC55D6

Color information

#BC55D6 (or 0xBC55D6) is unknown color: approx Medium Orchid. HEX triplet: BC, 55 and D6. RGB value is (188,85,214). Sum of RGB (Red+Green+Blue) = 188+85+214=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC55D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55D6 is #43AA29. Grayscale: #828282. Windows color (decimal): -4434474 or 14046652. OLE color: 14046652.

HSL color Cylindrical-coordinate representation of color #BC55D6: hue angle of 287.91º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC55D6 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18885214-
CMYK0.120.6000.16
HSL287.91º61.14%58.63%-
HSV(B)287.91º60.28%83.92%-
XYZ36.1322.0465.97-
YUV130.5175.12169.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 85 (33.59% from 255) = 17.45%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=38.60%
G=17.45%
B=43.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188852140.120.6000.16287.9161.1458.63
HexBC55D6C3C0101203d3b
Octal27412532614740204407573
Binary101111001010101110101101100111100010000100100000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55D6; }

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

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

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

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

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

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

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

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