#BC65D1

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

Shades of Medium Orchid #BC65D1

Tints of Medium Orchid #BC65D1

Color information

#BC65D1 (or 0xBC65D1) is unknown color: approx Medium Orchid. HEX triplet: BC, 65 and D1. RGB value is (188,101,209). Sum of RGB (Red+Green+Blue) = 188+101+209=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC65D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65D1 is #439A2E. Grayscale: #8A8A8A. Windows color (decimal): -4430383 or 13723068. OLE color: 13723068.

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

Color convert

RGB188101209-
CMYK0.100.5200.18
HSL288.33º54%60.78%-
HSV(B)288.33º51.67%81.96%-
XYZ36.924.663.13-
YUV139.32167.32162.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=37.75%
G=20.28%
B=41.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881012090.100.5200.18288.335460.78
HexBC65D1A34012120363d
Octal27414532112640224406675
Binary101111001100101110100011010110100010010100100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65D1; }

 p { color: rgb(188,101,209); }

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

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

 a { background-color: rgb(188,101,209); }

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

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

 span { border-color: rgb(188,101,209); }

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