#bc64e7

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

Shades of Medium Orchid #BC64E7

Tints of Medium Orchid #BC64E7

Color information

#BC64E7 (or 0xBC64E7) is unknown color: approx Medium Orchid. HEX triplet: BC, 64 and E7. RGB value is (188,100,231). Sum of RGB (Red+Green+Blue) = 188+100+231=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC64E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64E7 is #439B18. Grayscale: #8C8C8C. Windows color (decimal): -4430617 or 15164604. OLE color: 15164604.

HSL color Cylindrical-coordinate representation of color #BC64E7: hue angle of 280.31º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC64E7 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188100231-
CMYK0.190.5700.09
HSL280.31º73.18%64.9%-
HSV(B)280.31º56.71%90.59%-
XYZ39.7225.5878.44-
YUV141.25178.65161.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 231 (90.62% from 255) = 44.51%
R=36.22%
G=19.27%
B=44.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881002310.190.5700.09280.3173.1864.9
HexBC64E71339091184941
Octal2741443472371011430111101
Binary10111100110010011100111100111110010100110001100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc64e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc64e7; }

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

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

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

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

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

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

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

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