#BC5ACD

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

Shades of Medium Orchid #BC5ACD

Tints of Medium Orchid #BC5ACD

Color information

#BC5ACD (or 0xBC5ACD) is unknown color: approx Medium Orchid. HEX triplet: BC, 5A and CD. RGB value is (188,90,205). Sum of RGB (Red+Green+Blue) = 188+90+205=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ACD is #43A532. Grayscale: #848484. Windows color (decimal): -4433203 or 13458108. OLE color: 13458108.

HSL color Cylindrical-coordinate representation of color #BC5ACD: hue angle of 291.13º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5ACD is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18890205-
CMYK0.080.5600.20
HSL291.13º53.49%57.84%-
HSV(B)291.13º56.1%80.39%-
XYZ35.4122.4160.22-
YUV132.41168.97167.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 90 (35.55% from 255) = 18.63%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=38.92%
G=18.63%
B=42.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188902050.080.5600.20291.1353.4957.84
HexBC5ACD838014123353a
Octal27413231510700244436572
Binary101111001011010110011011000111000010100100100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5ACD; }

 p { color: rgb(188,90,205); }

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

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

 a { background-color: rgb(188,90,205); }

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

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

 span { border-color: rgb(188,90,205); }

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