#BC5ED5

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

Shades of Medium Orchid #BC5ED5

Tints of Medium Orchid #BC5ED5

Color information

#BC5ED5 (or 0xBC5ED5) is unknown color: approx Medium Orchid. HEX triplet: BC, 5E and D5. RGB value is (188,94,213). Sum of RGB (Red+Green+Blue) = 188+94+213=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ED5 is #43A12A. Grayscale: #878787. Windows color (decimal): -4432171 or 13983420. OLE color: 13983420.

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

Color convert

RGB18894213-
CMYK0.120.5600.16
HSL287.39º58.62%60.2%-
HSV(B)287.39º55.87%83.53%-
XYZ36.7523.565.55-
YUV135.67171.64165.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 94 (37.11% from 255) = 18.99%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=37.98%
G=18.99%
B=43.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188942130.120.5600.16287.3958.6260.2
HexBC5ED5C3801011f3b3c
Octal27413632514700204377374
Binary101111001011110110101011100111000010000100011111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5ED5; }

 p { color: rgb(188,94,213); }

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

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

 a { background-color: rgb(188,94,213); }

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

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

 span { border-color: rgb(188,94,213); }

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