#BC64ED

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

Shades of Medium Orchid #BC64ED

Tints of Medium Orchid #BC64ED

Color information

#BC64ED (or 0xBC64ED) is unknown color: approx Medium Orchid. HEX triplet: BC, 64 and ED. RGB value is (188,100,237). Sum of RGB (Red+Green+Blue) = 188+100+237=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64ED is #439B12. Grayscale: #8D8D8D. Windows color (decimal): -4430611 or 15557820. OLE color: 15557820.

HSL color Cylindrical-coordinate representation of color #BC64ED: hue angle of 278.54º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC64ED is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188100237-
CMYK0.210.5800.07
HSL278.54º79.19%66.08%-
HSV(B)278.54º57.81%92.94%-
XYZ40.5825.9282.98-
YUV141.93181.65160.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 100 (39.45% from 255) = 19.05%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=35.81%
G=19.05%
B=45.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881002370.210.5800.07278.5479.1966.08
HexBC64ED153A071174f42
Octal274144355257207427117102
Binary1011110011001001110110110101111010011110001011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64ED; }

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

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

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

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

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

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

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

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