#BC55DE

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

Shades of Medium Orchid #BC55DE

Tints of Medium Orchid #BC55DE

Color information

#BC55DE (or 0xBC55DE) is unknown color: approx Medium Orchid. HEX triplet: BC, 55 and DE. RGB value is (188,85,222). Sum of RGB (Red+Green+Blue) = 188+85+222=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC55DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55DE is #43AA21. Grayscale: #828282. Windows color (decimal): -4434466 or 14570940. OLE color: 14570940.

HSL color Cylindrical-coordinate representation of color #BC55DE: hue angle of 285.11º 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 #BC55DE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18885222-
CMYK0.150.6200.13
HSL285.11º67.49%60.2%-
HSV(B)285.11º61.71%87.06%-
XYZ37.1722.4671.48-
YUV131.42179.12168.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 85 (33.59% from 255) = 17.17%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=37.98%
G=17.17%
B=44.85%

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
Decimal188852220.150.6200.13285.1167.4960.2
HexBC55DEF3E0D11d433c
Octal274125336177601543510374
Binary101111001010101110111101111111110011011000111011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55DE; }

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

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

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

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

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

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

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

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