#BC64DF

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

Shades of Medium Orchid #BC64DF

Tints of Medium Orchid #BC64DF

Color information

#BC64DF (or 0xBC64DF) is unknown color: approx Medium Orchid. HEX triplet: BC, 64 and DF. RGB value is (188,100,223). Sum of RGB (Red+Green+Blue) = 188+100+223=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64DF is #439B20. Grayscale: #8B8B8B. Windows color (decimal): -4430625 or 14640316. OLE color: 14640316.

HSL color Cylindrical-coordinate representation of color #BC64DF: hue angle of 282.93º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC64DF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188100223-
CMYK0.160.5500.13
HSL282.93º65.78%63.33%-
HSV(B)282.93º55.16%87.45%-
XYZ38.6225.1372.63-
YUV140.33174.65162-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 100 (39.45% from 255) = 19.57%
BLUE value IS 223 (87.5% from 255) = 43.64%
R=36.79%
G=19.57%
B=43.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881002230.160.5500.13282.9365.7863.33
HexBC64DF10370D11b423f
Octal274144337206701543310277
Binary1011110011001001101111110000110111011011000110111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64DF; }

 p { color: rgb(188,100,223); }

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

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

 a { background-color: rgb(188,100,223); }

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

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

 span { border-color: rgb(188,100,223); }

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